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



Gets or sets to color used to outline this label's text.

Syntax

Visual Basic (Declaration) 
Public Property OutlineColor As Color
Visual Basic (Usage)Copy Code
Dim instance As Label
Dim value As Color
 
instance.OutlineColor = value
 
value = instance.OutlineColor
C# 
public Color OutlineColor {get; set;}
C++/CLI 
public:
property Color OutlineColor {
   Color get();
   void set (Color value);
}

See Also