Class
LayoutControlSelectionIndicator

Represents a control allowing resizing over its ContextItem property.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class LayoutControlSelectionIndicator : Control

Inheritance: objectLayoutControlSelectionIndicator

Constructors

LayoutControlSelectionIndicator()

Initializes a new instance of the LayoutControlSelectionIndicator class.

Declaration

cs-api-definition
public LayoutControlSelectionIndicator()

Fields

ContextItemProperty

Identifies the ContextItem dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ContextItemProperty

Field Value

DependencyProperty

IsContextItemLockedProperty

Identifies the IsContextItemLocked dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsContextItemLockedProperty

Field Value

DependencyProperty

Properties

ContextItem

Gets the element that will be manipulated.

Declaration

cs-api-definition
public FrameworkElement ContextItem { get; }

Property Value

FrameworkElement

IsContextItemLocked

Gets whether the ContextItem is locked for manipulation.

Declaration

cs-api-definition
public bool IsContextItemLocked { get; }

Property Value

bool

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call. .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()