Class AdornerControl
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class AdornerControl : FrameworkElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, IShortcutProvider, IStylableElement, IStylableNode, ISupportDrop
Constructors
AdornerControl()
Fields
IsHorizontallyFlippedProperty
Is horizontally flipped dependency property.
Declaration
public static readonly RadProperty IsHorizontallyFlippedProperty
Field Value
IsRotationEnabledProperty
Rotation angle dependency property.
Declaration
public static readonly RadProperty IsRotationEnabledProperty
Field Value
IsVerticallyFlippedProperty
Is vertically flipped dependency property.
Declaration
public static readonly RadProperty IsVerticallyFlippedProperty
Field Value
RotationAngleProperty
Rotation angle dependency property.
Declaration
public static readonly RadProperty RotationAngleProperty
Field Value
Properties
IsHorizontallyFlipped
Gets or sets a value indicating whether the adorner is horizontally flipped.
Declaration
public bool IsHorizontallyFlipped { get; set; }
Property Value
System. 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. 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. 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. The rotation angle of the shape. |
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnLoaded()
PaintCore(IPaintingContext)
Declaration
protected override void PaintCore(IPaintingContext context)
Parameters
IPainting
|