'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the antialising (smoothing) feature of the control.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ShapeRenderingMode As ShapeRenderingMode
'Usage
Dim instance As NSettings Dim value As ShapeRenderingMode instance.ShapeRenderingMode = value value = instance.ShapeRenderingMode
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the antialising (smoothing) feature of the control.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public ShapeRenderingMode ShapeRenderingMode {get; set;}