'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets whether vertical minimum clipping is enabled.")> Public Property EnableVerticalMinClipping As System.Boolean
'Usage
Dim instance As NSeriesClip Dim value As System.Boolean instance.EnableVerticalMinClipping = value value = instance.EnableVerticalMinClipping
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets whether vertical minimum clipping is enabled.")] public System.bool EnableVerticalMinClipping {get; set;}