ClassRadDiagramShape
Represents the Silverlight RadDiagram's RadDiagramShape control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadDiagramShape : ContentControl, IAutomationPeer, IPeerConverter, IRadDiagramShape, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadDiagramShape
Implements:
Inherited Members
Constructors
RadDiagramShape()
Initializes a new instance of the RadDiagram class.
Declaration
public RadDiagramShape()
Properties
IsSelected
Represents the IsSelected property of a RadDiagramShape.
RelativeBottom
Represents the relative Bottom position of a RadDiagramShape to the RadDiagram.
Declaration
public double RelativeBottom { get; }
Property Value
Implements
RelativeLeft
Represents the relative Left position of a RadDiagramShape to the RadDiagram.
RelativeRight
Represents the relative Right position of a RadDiagramShape to the RadDiagram.
RelativeTop
Represents the relative Top position of a RadDiagramShape to the RadDiagram.
RotationAngle
Represents the rotation angle of a RadDiagramShape.
ShapePosition
Represents the Position of a RadDiagramShape.
Declaration
public Point ShapePosition { get; set; }
Property Value
Implements