Xceed Toolkit Plus for WPF v4.6 Documentation
G Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > ColorCanvas Class : G Property
Gets or sets the green channel of the SelectedColor.
Syntax
'Declaration
 
Public Property G As Byte
'Usage
 
Dim instance As ColorCanvas
Dim value As Byte
 
instance.G = value
 
value = instance.G
public byte G {get; set;}

Property Value

A byte representing the green channel of the SelectedColor.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorCanvas Class
ColorCanvas Members