dotnetCHARTING Send comments on this topic.
Color Property
See Also 
dotnetCHARTING Namespace > SmartColor Class : Color Property


Gets or sets the Color of this SmartColor object.

Syntax

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

See Also

© 2010 All Rights Reserved.