Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns the blue component of the color's RGB value.

Signature
C#
C#

 public int Blue{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Blue() As Integer
Example
Code Block
csharp
csharp
titleC#

int blue = clr.Blue;
Code Block
vb.net
vb.net
titlevb.net

Dim blue As Integer = clr.Blue