'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the time span of the major tick origin when the UseOrigin property is set to true.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Origin As System.TimeSpan
'Usage
Dim instance As NTimeSpanScaleConfigurator Dim value As System.TimeSpan instance.Origin = value value = instance.Origin
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the time span of the major tick origin when the UseOrigin property is set to true.")] [System.Xml.Serialization.XmlIgnore()] public System.TimeSpan Origin {get; set;}