Gets the Color.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Color Color { get; private set; } |
| Visual Basic |
|---|
Public Property Color As Color
Get
Private Set |
| Visual C++ |
|---|
public:
property Color Color {
Color get ();
private: void set (Color value);
} |
See Also