Gets or sets the blue 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 B { get; set; }
Public Property B As Byte
Get
Set
public:
property unsigned char B {
unsigned char get ();
void set (unsigned char value);
}
member B : byte with get, set
Property Value
Type:
Byte
See Also