SelectionOverlay
An Overlay that handles the drawing of selection.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
public sealed class SelectionOverlay : Overlay
Constructors
Initializes a new instance of the SelectionOverlay class.
public SelectionOverlay()
Fields
DrawSelectionCellProperty
DependencyProperty
Identifies the DrawSelectionCell dependency property.
public static readonly DependencyProperty DrawSelectionCellProperty
SelectionCellFillProperty
DependencyProperty
Identifies the SelectionCellFill dependency property.
public static readonly DependencyProperty SelectionCellFillProperty
SelectionCellPaddingProperty
DependencyProperty
Identifies the SelectionCellPadding dependency property.
public static readonly DependencyProperty SelectionCellPaddingProperty
SelectionCellStrokeProperty
DependencyProperty
Identifies the SelectionCellStroke dependency property.
public static readonly DependencyProperty SelectionCellStrokeProperty
SelectionCellStrokeThicknessProperty
DependencyProperty
Identifies the SelectionCellStrokeThickness dependency property.
public static readonly DependencyProperty SelectionCellStrokeThicknessProperty
SelectionFillProperty
DependencyProperty
Identifies the SelectionFill dependency property.
public static readonly DependencyProperty SelectionFillProperty
SelectionPaddingProperty
DependencyProperty
Identifies the SelectionPadding dependency property.
public static readonly DependencyProperty SelectionPaddingProperty
SelectionStrokeProperty
DependencyProperty
Identifies the SelectionStroke dependency property.
public static readonly DependencyProperty SelectionStrokeProperty
SelectionStrokeThicknessProperty
DependencyProperty
Identifies the SelectionStrokeThickness dependency property.
public static readonly DependencyProperty SelectionStrokeThicknessProperty
Properties
Gets or sets value indicating whether to draw the selected cell.
public bool DrawSelectionCell { get; set; }
SelectionCellFill
Brush
Gets or sets the Fill of the selected cell.
public Brush SelectionCellFill { get; set; }
SelectionCellPadding
Thickness
Gets or sets the Padding of the selected cell.
public Thickness SelectionCellPadding { get; set; }
SelectionCellStroke
Brush
Gets or sets the Stroke of the selected cell.
public Brush SelectionCellStroke { get; set; }
Gets or sets the StrokeThickness of the selected cell.
public double SelectionCellStrokeThickness { get; set; }
SelectionFill
Brush
Gets or sets the Fill of the whole selection.
public Brush SelectionFill { get; set; }
SelectionPadding
Thickness
Gets or sets the Padding of each rectangle from the whole selection.
public Thickness SelectionPadding { get; set; }
SelectionStroke
Brush
Gets or sets the Stroke of the whole selection.
public Brush SelectionStroke { get; set; }
Gets or sets the StrokeThickness of the whole selection.
public double SelectionStrokeThickness { get; set; }