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