dotnetCHARTING Send comments on this topic.
Type Property
See Also 
dotnetCHARTING Namespace > Label Class : Type Property


Gets or sets a LabelType enumeration member which specifies the type of font used.

Syntax

Visual Basic (Declaration) 
Public Property Type As LabelType
Visual Basic (Usage)Copy Code
Dim instance As Label
Dim value As LabelType
 
instance.Type = value
 
value = instance.Type
C# 
public LabelType Type {get; set;}

See Also

© 2010 All Rights Reserved.