GoDiagram Web Reference
Clipping Property (GoText)

Gets or sets whether the text drawing is clipped by this object's bounds.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the text drawing is clipped by the bounds.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property Clipping As Boolean
[DescriptionAttribute("Whether the text drawing is clipped by the bounds.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
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.
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
StringTrimming Property
AutoResizes Property
AutoRescales Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback