Gets or sets the green component of a color.
Read/write
Byte
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public byte G { get; set; }
Public Property G As Byte
Get
Set
public:
property unsigned char G {
unsigned char get ();
void set (unsigned char value);
}
member G : byte with get, set
Property Value
Type:
Byte
See Also