GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / Clipping Property
In This Topic
    Clipping Property (GoText)
    In This Topic
    Gets or sets whether the text drawing is clipped by this object's bounds.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether the text drawing is clipped by the bounds.")]
    public virtual bool Clipping {get; set;}

    Property Value

    This defaults to false.
    Remarks
    You should turn on clipping when AutoResizes is false, unless you can be sure the text will always fit within the bounds of this object. You may also wish to set the StringTrimming property, for additional control over how the text is truncated or elided.
    See Also