ClassManipulationAdorner
Class
Represents RadDiagram's ManipulationAdorner control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ManipulationAdorner : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlManipulationAdorner
Implements:
Inherited Members
Constructors
ManipulationAdorner()
Initializes a new instance of the ManipulationAdorner class.
Declaration
cs-api-definition
public ManipulationAdorner()
Properties
BottomLeftResizeHandle
Get the BottomLeftResizeHandle of the ManipulationAdorner.
Declaration
cs-api-definition
public Rectangle BottomLeftResizeHandle { get; }
Property Value
BottomRightResizeHandle
Get the BottomRightResizeHandle of the ManipulationAdorner.
Declaration
cs-api-definition
public Rectangle BottomRightResizeHandle { get; }
Property Value
RotationPart
Get the RotationPart of the ManipulationAdorner.
TopLeftResizeHandle
Get the TopLeftResizeHandle of the ManipulationAdorner.
Declaration
cs-api-definition
public Rectangle TopLeftResizeHandle { get; }
Property Value
TopRightResizeHandle
Get the TopRightResizeHandle of the ManipulationAdorner.
Declaration
cs-api-definition
public Rectangle TopRightResizeHandle { get; }
Property Value