Class
AdornerControl

The control representing the adorner of shapes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class AdornerControl : ControlBase

Inheritance: objectControlBaseAdornerControl

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

Constructors

AdornerControl()

Initializes a new instance of the AdornerControl class.

Declaration

cs-api-definition
public AdornerControl()

Fields

IsHorizontallyFlippedProperty

Is horizontally flipped dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsHorizontallyFlippedProperty

Field Value

DependencyProperty

IsRotationEnabledProperty

Identifies the IsRotationEnabled dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsRotationEnabledProperty

Field Value

DependencyProperty

IsVerticallyFlippedProperty

Is vertically flipped dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsVerticallyFlippedProperty

Field Value

DependencyProperty

RotationAngleProperty

Rotation angle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RotationAngleProperty

Field Value

DependencyProperty

Properties

IsHorizontallyFlipped

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

Declaration

cs-api-definition
public bool IsHorizontallyFlipped { get; set; }

Property Value

bool

The value indicating whether the adorner is horizontally flipped.

IsRotationEnabled

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

Declaration

cs-api-definition
public bool IsRotationEnabled { get; set; }

Property Value

bool

The value indicating whether the rotation handle is enabled.

IsVerticallyFlipped

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

Declaration

cs-api-definition
public bool IsVerticallyFlipped { get; set; }

Property Value

bool

The value indicating whether the adorner is vertically flipped.

RotationAngle

Gets or sets the rotation angle of the shape.

Declaration

cs-api-definition
public double RotationAngle { get; set; }

Property Value

double

The rotation angle of the shape.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.