GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / OriginRelative Property
In This Topic
    OriginRelative Property
    In This Topic
    Gets or sets whether the value of Origin moves along with this grid's Position.
    Syntax
    [Category("Grid")]
    [DefaultValue(true)]
    [Description("Whether the Origin moves along with the GoGrid's Position")]
    public virtual bool OriginRelative {get; set;}

    Property Value

    The default value is true.
    See Also