GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / Origin Property
In This Topic
    Origin Property (GoGrid)
    In This Topic
    Gets or sets the origin for the grid.
    Syntax
    [Category("Grid")]
    [TypeConverter(Northwoods.Go.GoPointFConverter)]
    [Description("The origin for the grid.")]
    public virtual PointF Origin {get; set;}

    Property Value

    This PointF value is a document coordinate point. The default value is (0, 0).
    See Also