New to Telerik UI for WPFStart a free 30-day trial

KnownBrushes contains predefined Brush objects.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public static class KnownBrushes

Inheritance: objectKnownBrushes

Fields

Black

Brush

A solid black brush.

C#
public static readonly Brush Black

Blue

Brush

A solid blue brush.

C#
public static readonly Brush Blue
C#
public static readonly Brush BlueWhiteGradient

Cyan

Brush

A solid cyan brush.

C#
public static readonly Brush Cyan

DimGray

SolidColorBrush

C#
public static readonly SolidColorBrush DimGray

Gray

Brush

A solid gray brush.

C#
public static readonly Brush Gray

Green

Brush

A solid green brush.

C#
public static readonly Brush Green
C#
public static readonly Brush LightGoldenrodYellow

LightGray

SolidColorBrush

C#
public static readonly SolidColorBrush LightGray

LightLightGray

SolidColorBrush

C#
public static readonly SolidColorBrush LightLightGray
C#
public static readonly Brush LightYellow

Red

Brush

A solid red brush.

C#
public static readonly Brush Red
C#
public static readonly Brush SeaGreen

Silver

SolidColorBrush

C#
public static readonly SolidColorBrush Silver

SteelBlue

SolidColorBrush

C#
public static readonly SolidColorBrush SteelBlue
C#
public static readonly Brush Transparent

White

Brush

A solid white brush.

C#
public static readonly Brush White

Yellow

Brush

A solid yellow brush.

C#
public static readonly Brush Yellow