GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / StringTrimming Property
In This Topic
    StringTrimming Property
    In This Topic
    Gets or sets how characters are removed when AutoResizes is false.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How to trim text that does not fit.")]
    public virtual StringTrimming StringTrimming {get; set;}

    Property Value

    The default value is StringTrimming.None.
    Remarks
    If you set this property to a value other than StringTrimming.None, you should set AutoResizes to false and Clipping to true. Clipping may be needed even if this value is different than StringTrimming.None. If Multiline is true, this applies to each virtual line, as separated by NewLine character sequences.
    See Also