'Declaration
<System.ComponentModel.CategoryAttribute("Subdivisions")> <System.ComponentModel.DescriptionAttribute("Contorls the ruler origin (in ruler measurement unit)")> <System.ComponentModel.DefaultValueAttribute(0)> Public Property Origin As System.Single
'Usage
Dim instance As NRuler Dim value As System.Single instance.Origin = value value = instance.Origin
[System.ComponentModel.Category("Subdivisions")] [System.ComponentModel.Description("Contorls the ruler origin (in ruler measurement unit)")] [System.ComponentModel.DefaultValue(0)] public System.float Origin {get; set;}