GoDiagram Web Reference
Bordered Property (GoText)

Gets or sets whether a simple border is drawn around the text.
Syntax
'Declaration
 
<DescriptionAttribute("Whether a simple border using the TextColor is drawn around the text.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property Bordered As Boolean
[DescriptionAttribute("Whether a simple border using the TextColor is drawn around the text.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual bool Bordered {get; set;}

Property Value

the default value is false, indicating no border
Remarks
The line drawn around the text is drawn using a solid Pen whose color is TextColor. If you need more complex borders, wider margins around the text, or other visual effects, you will need to override Paint or compose different objects using a GoGroup. Note that the Bounds of this object are not changed by setting this property. However, this property does affect the result of ExpandPaintBounds, just as the Shadowed property also affects that method.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback