'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets or sets the minimum area size in pixels which is considered a valid user selection.")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MinSelectedAreaSize As System.Integer
'Usage
Dim instance As NDataZoomTool Dim value As System.Integer instance.MinSelectedAreaSize = value value = instance.MinSelectedAreaSize
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets or sets the minimum area size in pixels which is considered a valid user selection.")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.int MinSelectedAreaSize {get; set;}