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