Gets or sets the green channel value of the color.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public byte G { get; set; } |
| Visual Basic |
|---|
Public Property G As Byte Get Set |
| Visual C++ |
|---|
public: property unsigned char G { unsigned char get (); void set (unsigned char value); } |