Class AdornerControl
The control representing the adorner of shapes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class AdornerControl : ControlBase
Constructors
AdornerControl()
Fields
IsHorizontallyFlippedProperty
Is horizontally flipped dependency property.
Declaration
public static readonly DependencyProperty IsHorizontallyFlippedProperty
Field Value
System.Windows.DependencyProperty
|
IsRotationEnabledProperty
Identifies the IsRotationEnabled dependency property.
Declaration
public static readonly DependencyProperty IsRotationEnabledProperty
Field Value
System.Windows.DependencyProperty
|
IsVerticallyFlippedProperty
Is vertically flipped dependency property.
Declaration
public static readonly DependencyProperty IsVerticallyFlippedProperty
Field Value
System.Windows.DependencyProperty
|
RotationAngleProperty
Rotation angle dependency property.
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsHorizontallyFlipped
Gets or sets a value indicating whether the adorner is horizontally flipped.
Declaration
public bool IsHorizontallyFlipped { get; set; }
Property Value
System.Boolean
The value indicating whether the adorner is horizontally flipped. |
IsRotationEnabled
Gets or sets a value indicating whether the rotation handle is enabled.
Declaration
public bool IsRotationEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether the rotation handle is enabled. |
IsVerticallyFlipped
Gets or sets a value indicating whether the adorner is vertically flipped.
Declaration
public bool IsVerticallyFlipped { get; set; }
Property Value
System.Boolean
The value indicating whether the adorner is vertically flipped. |
RotationAngle
Gets or sets the rotation angle of the shape.
Declaration
public double RotationAngle { get; set; }
Property Value
System.Double
The rotation angle of the shape. |
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. |