New to Telerik UI for WPFStart a free 30-day trial

The control representing the adorner of shapes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class AdornerControl : ControlBase

Inheritance: objectControlBaseAdornerControl

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

Initializes a new instance of the AdornerControl class.

C#
public AdornerControl()

Fields

Is horizontally flipped dependency property.

C#
public static readonly DependencyProperty IsHorizontallyFlippedProperty

IsRotationEnabledProperty

DependencyProperty

Identifies the IsRotationEnabled dependency property.

C#
public static readonly DependencyProperty IsRotationEnabledProperty

IsVerticallyFlippedProperty

DependencyProperty

Is vertically flipped dependency property.

C#
public static readonly DependencyProperty IsVerticallyFlippedProperty

RotationAngleProperty

DependencyProperty

Rotation angle dependency property.

C#
public static readonly DependencyProperty RotationAngleProperty

Properties

Gets or sets a value indicating whether the adorner is horizontally flipped.

C#
public bool IsHorizontallyFlipped { get; set; }
Property Value:

The value indicating whether the adorner is horizontally flipped.

Gets or sets a value indicating whether the rotation handle is enabled.

C#
public bool IsRotationEnabled { get; set; }
Property Value:

The value indicating whether the rotation handle is enabled.

Gets or sets a value indicating whether the adorner is vertically flipped.

C#
public bool IsVerticallyFlipped { get; set; }
Property Value:

The value indicating whether the adorner is vertically flipped.

Gets or sets the rotation angle of the shape.

C#
public double RotationAngle { get; set; }
Property Value:

The rotation angle of the shape.

Methods

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

C#
public override void OnApplyTemplate()

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.