Interface IRadDiagram
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadDiagram : IControl, IFrameworkElement, ITargetElement
Properties
ActiveTool
Declaration
string ActiveTool { get; }
Property Value
System.String
|
PositionX
Declaration
double PositionX { get; }
Property Value
System.Double
|
PositionY
Declaration
double PositionY { get; }
Property Value
System.Double
|
RadDiagramConnections
Declaration
IList<IRadDiagramConnection> RadDiagramConnections { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramConnection>
|
RadDiagramShapes
Declaration
IList<IRadDiagramShape> RadDiagramShapes { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramShape>
|
Zoom
Declaration
double Zoom { get; }
Property Value
System.Double
|