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

An Overlay that handles the drawing of selection.

Definition

Namespace:Telerik.Windows.Controls.Pivot

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public sealed class SelectionOverlay : Overlay

Inheritance: objectOverlaySelectionOverlay

Constructors

Initializes a new instance of the SelectionOverlay class.

C#
public SelectionOverlay()

Fields

DrawSelectionCellProperty

DependencyProperty

Identifies the DrawSelectionCell dependency property.

C#
public static readonly DependencyProperty DrawSelectionCellProperty

SelectionCellFillProperty

DependencyProperty

Identifies the SelectionCellFill dependency property.

C#
public static readonly DependencyProperty SelectionCellFillProperty

Identifies the SelectionCellPadding dependency property.

C#
public static readonly DependencyProperty SelectionCellPaddingProperty

SelectionCellStrokeProperty

DependencyProperty

Identifies the SelectionCellStroke dependency property.

C#
public static readonly DependencyProperty SelectionCellStrokeProperty

Identifies the SelectionCellStrokeThickness dependency property.

C#
public static readonly DependencyProperty SelectionCellStrokeThicknessProperty

SelectionFillProperty

DependencyProperty

Identifies the SelectionFill dependency property.

C#
public static readonly DependencyProperty SelectionFillProperty

SelectionPaddingProperty

DependencyProperty

Identifies the SelectionPadding dependency property.

C#
public static readonly DependencyProperty SelectionPaddingProperty

SelectionStrokeProperty

DependencyProperty

Identifies the SelectionStroke dependency property.

C#
public static readonly DependencyProperty SelectionStrokeProperty

Identifies the SelectionStrokeThickness dependency property.

C#
public static readonly DependencyProperty SelectionStrokeThicknessProperty

Properties

Gets or sets value indicating whether to draw the selected cell.

C#
public bool DrawSelectionCell { get; set; }

Gets or sets the Fill of the selected cell.

C#
public Brush SelectionCellFill { get; set; }

Gets or sets the Padding of the selected cell.

C#
public Thickness SelectionCellPadding { get; set; }

Gets or sets the Stroke of the selected cell.

C#
public Brush SelectionCellStroke { get; set; }

Gets or sets the StrokeThickness of the selected cell.

C#
public double SelectionCellStrokeThickness { get; set; }

Gets or sets the Fill of the whole selection.

C#
public Brush SelectionFill { get; set; }

Gets or sets the Padding of each rectangle from the whole selection.

C#
public Thickness SelectionPadding { get; set; }

Gets or sets the Stroke of the whole selection.

C#
public Brush SelectionStroke { get; set; }

Gets or sets the StrokeThickness of the whole selection.

C#
public double SelectionStrokeThickness { get; set; }

Methods

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Handles changes to the Metrics.

C#
protected override void OnMetricsChanged()

Overrides: Overlay.OnMetricsChanged()

C#
protected override void OnRender(DrawingContext drawingContext)
Parameters:drawingContextDrawingContext

Handles changes to the Root.

C#
protected override void OnRootChanged()

Overrides: Overlay.OnRootChanged()