'Declaration
<System.ComponentModel.CategoryAttribute("Zoom")> <System.ComponentModel.DescriptionAttribute("Controls the minimum zoom factor")> <System.ComponentModel.DefaultValueAttribute(0.01)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MinZoomFactor As System.Single
'Usage
Dim instance As NDrawingSettings Dim value As System.Single instance.MinZoomFactor = value value = instance.MinZoomFactor
[System.ComponentModel.Category("Zoom")] [System.ComponentModel.Description("Controls the minimum zoom factor")] [System.ComponentModel.DefaultValue(0.01)] [System.Xml.Serialization.XmlAttribute()] public System.float MinZoomFactor {get; set;}