InterfaceIRadDiagram
Interface
The common RadDiagram SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadDiagram : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
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
cs-api-definition
IList<IRadDiagramConnection> RadDiagramConnections { get; }
Property Value
RadDiagramShapes
Returns the list of Shapes in the RadDiagram.
Declaration
cs-api-definition
IList<IRadDiagramShape> RadDiagramShapes { get; }
Property Value