ClassRadDiagram
Represents the Silverlight RadDiagram control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadDiagram : Control, IAutomationPeer, IPeerConverter, IRadDiagram, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadDiagram
Implements:
Inherited Members
Constructors
RadDiagram()
Initializes a new instance of the RadDiagram class.
Declaration
public RadDiagram()
Properties
ActiveTool
Returns the active tool of a RadDiagram.
PositionX
Returns the horizontal position of a RadDiagram.
PositionY
Returns the vertical position of a RadDiagram.
RadDiagramConnections
Returns the list of RadDiagramConnections in the RadDiagram.
Declaration
public IList<IRadDiagramConnection> RadDiagramConnections { get; }
Property Value
Implements
RadDiagramContainerShapes
Declaration
public IList<IRadDiagramContainerShape> RadDiagramContainerShapes { get; }
Property Value
RadDiagramShapes
Returns the list of Shapes in the RadDiagram.
Declaration
public IList<IRadDiagramShape> RadDiagramShapes { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements