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