Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Byte

See Also