'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.CategoryAttribute("Axes")> <System.ComponentModel.DescriptionAttribute("The axis id of the horizontal axis.")> Public Property PreserveAspectRatio As System.Boolean
'Usage
Dim instance As NRangeSelection Dim value As System.Boolean instance.PreserveAspectRatio = value value = instance.PreserveAspectRatio
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Category("Axes")] [System.ComponentModel.Description("The axis id of the horizontal axis.")] public System.bool PreserveAspectRatio {get; set;}