GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / RightToLeft Property
In This Topic
    RightToLeft Property
    In This Topic
    Gets or sets whether this text should be drawn from right to left, when the RightToLeftFromView property is false.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether to draw text from right to left, when RightToLeftFromView is false")]
    public virtual bool RightToLeft {get; set;}

    Property Value

    The default value is false.
    Remarks
    This property is ignored when RightToLeftFromView is true.
    See Also