Northwoods.Go Assembly > Northwoods.Go Namespace > GoText Class : StringTrimming Property |
'Declaration <DefaultValueAttribute()> <CategoryAttribute("Appearance")> <DescriptionAttribute("How to trim text that does not fit.")> Public Overridable Property StringTrimming As StringTrimming
[DefaultValueAttribute()] [CategoryAttribute("Appearance")] [DescriptionAttribute("How to trim text that does not fit.")] public virtual StringTrimming StringTrimming {get; set;}
StringTrimming.None
.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.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