GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Location Property
In This Topic
    Location Property (GoText)
    In This Topic
    A text object's natural location is determined by its Alignment.
    Syntax
    public override PointF Location {get; set;}
    Remarks
    The value of this property is not changed by the value of RightToLeft or Control.RightToLeft for any GoView.
    See Also