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