'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.CategoryAttribute("Texts")> <System.ComponentModel.DescriptionAttribute("Controls whether the label should be always inside the ruler bounds")> Public Property KeepInsideRuler As System.Boolean
'Usage
Dim instance As NScaleLabelStyle Dim value As System.Boolean instance.KeepInsideRuler = value value = instance.KeepInsideRuler
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Category("Texts")] [System.ComponentModel.Description("Controls whether the label should be always inside the ruler bounds")] public System.bool KeepInsideRuler {get; set;}