'Declaration
<System.ComponentModel.CategoryAttribute("Zoom")> <System.ComponentModel.DescriptionAttribute("Gets/sets the minimal allowed factor for zoom out")> <System.ComponentModel.DefaultValueAttribute(0.1)> Public Property MinZoomFactor As System.Single
'Usage
Dim instance As NSmartShapeCanvasSettings Dim value As System.Single instance.MinZoomFactor = value value = instance.MinZoomFactor
[System.ComponentModel.Category("Zoom")] [System.ComponentModel.Description("Gets/sets the minimal allowed factor for zoom out")] [System.ComponentModel.DefaultValue(0.1)] public System.float MinZoomFactor {get; set;}