GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / RightToLeftFromView Property
In This Topic
    RightToLeftFromView Property
    In This Topic
    Gets or sets whether the view's RightToLeft property governs how the string is drawn, or whether this text object's RightToLeft property takes precedence.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether the view's RightToLeft property takes precedence over this text object's RightToLeft property")]
    public virtual bool RightToLeftFromView {get; set;}

    Property Value

    This defaults to true, which means the GoView's RightToLeft property will affect the appearance of the text. However, for GoDiagram Web, since the ASP.NET Web Forms Controls don't support a RightToLeft property, this property is ignored and the value is assumed to be false.
    See Also