'Declaration
<System.ComponentModel.CategoryAttribute("Resize")> <System.ComponentModel.DescriptionAttribute("Controls the resize width step (in pixels)")> <System.ComponentModel.DefaultValueAttribute(2)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property WidthStep As System.Single
'Usage
Dim instance As NDrawingSettings Dim value As System.Single instance.WidthStep = value value = instance.WidthStep
[System.ComponentModel.Category("Resize")] [System.ComponentModel.Description("Controls the resize width step (in pixels)")] [System.ComponentModel.DefaultValue(2)] [System.Xml.Serialization.XmlAttribute()] public System.float WidthStep {get; set;}