Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NRuler Class / Origin Property


In This Topic
    Origin Property (NRuler)
    In This Topic
    Contorls the ruler origin (in ruler measurement unit)
    Syntax
    '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;}
    Remarks
    The ruler origin is the value from which ticks originate. By default it is set to 0.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also