Class ChessboardEffect
A pixel shader effect that simulates a chess board.
Inheritance
Namespace: Telerik.Windows.Controls.ColorEditor.Effects
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class ChessboardEffect : ShaderEffect
Constructors
ChessboardEffect()
Fields
InputProperty
Identifies the Input property.
Declaration
public static readonly DependencyProperty InputProperty
Field Value
System.Windows.DependencyProperty
|
SquareSizeXProperty
Identifies the SquareSizeX property.
Declaration
public static readonly DependencyProperty SquareSizeXProperty
Field Value
System.Windows.DependencyProperty
|
SquareSizeYProperty
Identifies the SquareSizeY property.
Declaration
public static readonly DependencyProperty SquareSizeYProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Input
Gets or sets the brush on which the chessboard effect will be applied.
Declaration
public Brush Input { get; set; }
Property Value
System.Windows.Media.Brush
The input. |
SquareSizeX
The number of vertical bands to add to the output. The higher the value the more bands.
Declaration
public double SquareSizeX { get; set; }
Property Value
System.Double
The square size X. |
SquareSizeY
The number of vertical bands to add to the output. The higher the value the more bands.
Declaration
public double SquareSizeY { get; set; }
Property Value
System.Double
The square size Y. |