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