Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the blue value of the current color.
Definition
Visual Basic Public Property Blue As Single C# public float Blue { get; set; } C++ public:
property float Blue {
float get();
void set(float value);
}JScript public function get Blue() : float
public function set Blue(float);
Property Value
System.Single
A Singlevalue that represents the blue value of the current color.
This property is read/write.
.gif)