Class SelectionOverlay
An Overlay that handles the drawing of selection.
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class SelectionOverlay : Overlay
Constructors
SelectionOverlay()
Fields
DrawSelectionCellProperty
Identifies the DrawSelectionCell dependency property.
Declaration
public static readonly DependencyProperty DrawSelectionCellProperty
Field Value
System.Windows.DependencyProperty
|
SelectionCellFillProperty
Identifies the SelectionCellFill dependency property.
Declaration
public static readonly DependencyProperty SelectionCellFillProperty
Field Value
System.Windows.DependencyProperty
|
SelectionCellPaddingProperty
Identifies the SelectionCellPadding dependency property.
Declaration
public static readonly DependencyProperty SelectionCellPaddingProperty
Field Value
System.Windows.DependencyProperty
|
SelectionCellStrokeProperty
Identifies the SelectionCellStroke dependency property.
Declaration
public static readonly DependencyProperty SelectionCellStrokeProperty
Field Value
System.Windows.DependencyProperty
|
SelectionCellStrokeThicknessProperty
Identifies the SelectionCellStrokeThickness dependency property.
Declaration
public static readonly DependencyProperty SelectionCellStrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
SelectionFillProperty
Identifies the SelectionFill dependency property.
Declaration
public static readonly DependencyProperty SelectionFillProperty
Field Value
System.Windows.DependencyProperty
|
SelectionPaddingProperty
Identifies the SelectionPadding dependency property.
Declaration
public static readonly DependencyProperty SelectionPaddingProperty
Field Value
System.Windows.DependencyProperty
|
SelectionStrokeProperty
Identifies the SelectionStroke dependency property.
Declaration
public static readonly DependencyProperty SelectionStrokeProperty
Field Value
System.Windows.DependencyProperty
|
SelectionStrokeThicknessProperty
Identifies the SelectionStrokeThickness dependency property.
Declaration
public static readonly DependencyProperty SelectionStrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DrawSelectionCell
Gets or sets value indicating whether to draw the selected cell.
Declaration
public bool DrawSelectionCell { get; set; }
Property Value
System.Boolean
|
SelectionCellFill
Gets or sets the Fill of the selected cell.
Declaration
public Brush SelectionCellFill { get; set; }
Property Value
System.Windows.Media.Brush
|
SelectionCellPadding
Gets or sets the Padding of the selected cell.
Declaration
public Thickness SelectionCellPadding { get; set; }
Property Value
System.Windows.Thickness
|
SelectionCellStroke
Gets or sets the Stroke of the selected cell.
Declaration
public Brush SelectionCellStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
SelectionCellStrokeThickness
Gets or sets the StrokeThickness of the selected cell.
Declaration
public double SelectionCellStrokeThickness { get; set; }
Property Value
System.Double
|
SelectionFill
Gets or sets the Fill of the whole selection.
Declaration
public Brush SelectionFill { get; set; }
Property Value
System.Windows.Media.Brush
|
SelectionPadding
Gets or sets the Padding of each rectangle from the whole selection.
Declaration
public Thickness SelectionPadding { get; set; }
Property Value
System.Windows.Thickness
|
SelectionStroke
Gets or sets the Stroke of the whole selection.
Declaration
public Brush SelectionStroke { get; set; }
Property Value
System.Windows.Media.Brush
|
SelectionStrokeThickness
Gets or sets the StrokeThickness of the whole selection.
Declaration
public double SelectionStrokeThickness { get; set; }
Property Value
System.Double
|
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
OnMetricsChanged()
OnRender(DrawingContext)
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
System.Windows.Media.DrawingContext
drawingContext
|