GoDiagram Web Reference
StringTrimming Property

Gets or sets how characters are removed when AutoResizes is false.
Syntax
'Declaration
 
<DescriptionAttribute("How to trim text that does not fit.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property StringTrimming As StringTrimming
[DescriptionAttribute("How to trim text that does not fit.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoText Class
GoText Members
Clipping Property
AutoResizes Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback