Represents a control allowing resizing over its ContextItem property.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class LayoutControlSelectionIndicator : Control
Inheritance: objectLayoutControlSelectionIndicator
Constructors
Initializes a new instance of the LayoutControlSelectionIndicator class.
public LayoutControlSelectionIndicator()
Fields
ContextItemProperty
DependencyProperty
Identifies the ContextItem dependency property.
public static readonly DependencyProperty ContextItemProperty
IsContextItemLockedProperty
DependencyProperty
Identifies the IsContextItemLocked dependency property.
public static readonly DependencyProperty IsContextItemLockedProperty
Properties
ContextItem
FrameworkElement
Gets the element that will be manipulated.
public FrameworkElement ContextItem { get; }
Gets whether the ContextItem is locked for manipulation.
public bool IsContextItemLocked { get; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call. .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()