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