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


In This Topic
    Origin Property (NGrid)
    In This Topic
    Controls the position of the grid origin (in grid measurement units)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Spacing")>
    <System.ComponentModel.DescriptionAttribute("Controls the position of the grid origin (in grid measurement units)")>
    Public Property Origin As NPointF
    'Usage
     
    
    Dim instance As NGrid
    Dim value As NPointF
     
    instance.Origin = value
     
    value = instance.Origin
    [System.ComponentModel.Category("Spacing")]
    [System.ComponentModel.Description("Controls the position of the grid origin (in grid measurement units)")]
    public NPointF Origin {get; set;}
    Remarks
    The grid origin is the point from which grid lines originate. By default it is set to (0, 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