KnownBrushes
Class
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
BlueWhiteGradient
Brush
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
LightGoldenrodYellow
Brush
C#
public static readonly Brush LightGoldenrodYellow
LightGray
SolidColorBrush
C#
public static readonly SolidColorBrush LightGray
LightLightGray
SolidColorBrush
C#
public static readonly SolidColorBrush LightLightGray
LightYellow
Brush
C#
public static readonly Brush LightYellow
Red
Brush
A solid red brush.
C#
public static readonly Brush Red
SeaGreen
Brush
C#
public static readonly Brush SeaGreen
Silver
SolidColorBrush
C#
public static readonly SolidColorBrush Silver
SteelBlue
SolidColorBrush
C#
public static readonly SolidColorBrush SteelBlue
Transparent
Brush
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