'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the length of the view")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(0)> Public Property Length As System.Double
'Usage
Dim instance As NNumericAxisPagingView Dim value As System.Double instance.Length = value value = instance.Length
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the length of the view")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(0)] public System.double Length {get; set;}