Class RadDiagram
Inheritance
System.Object
RadDiagram
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadDiagram : Control, IAutomationPeer, IPeerConverter, IRadDiagram, IControl, IFrameworkElement, ITargetElement
Constructors
RadDiagram()
Declaration
public RadDiagram()
Properties
ActiveTool
Declaration
public string ActiveTool { get; }
Property Value
System.String
|
Implements
PositionX
Declaration
public double PositionX { get; }
Property Value
System.Double
|
Implements
PositionY
Declaration
public double PositionY { get; }
Property Value
System.Double
|
Implements
RadDiagramConnections
Declaration
public IList<IRadDiagramConnection> RadDiagramConnections { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramConnection>
|
Implements
RadDiagramContainerShapes
Declaration
public IList<IRadDiagramContainerShape> RadDiagramContainerShapes { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramContainerShape>
|
RadDiagramShapes
Declaration
public IList<IRadDiagramShape> RadDiagramShapes { get; }
Property Value
System.Collections.Generic.IList<IRadDiagramShape>
|
Implements
Zoom
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|