GoDiagram Web Reference
LabelTemplate Property

Gets or sets the instance of a GoText that contains the font, size, and other text properties used when drawing labels.
Syntax
'Declaration
 
<DescriptionAttribute("An instance of a GoText that contains the text properties used when drawing labels.")>
<CategoryAttribute("Appearance")>
Public Overridable Property LabelTemplate As GoText
[DescriptionAttribute("An instance of a GoText that contains the text properties used when drawing labels.")]
[CategoryAttribute("Appearance")]
public virtual GoText LabelTemplate {get; set;}

Property Value

An instance of a GoText; the value must not be null.
Remarks
This GoText object must not be part of any GoGroup or any GoLayer; it is just used as a template for drawing labels.
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

GraduatedScale Class
GraduatedScale Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback