Interface
IRadDiagram

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: RadDiagramRadDiagram

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ActiveTool

Returns the active tool of a RadDiagram.

Declaration

cs-api-definition
string ActiveTool { get; }

Property Value

string

PositionX

Returns the horizontal position of a RadDiagram.

Declaration

cs-api-definition
double PositionX { get; }

Property Value

double

PositionY

Returns the vertical position of a RadDiagram.

Declaration

cs-api-definition
double PositionY { get; }

Property Value

double

RadDiagramConnections

Returns the list of RadDiagramConnections in the RadDiagram.

Declaration

cs-api-definition
IList<IRadDiagramConnection> RadDiagramConnections { get; }

Property Value

IList<IRadDiagramConnection>

RadDiagramShapes

Returns the list of Shapes in the RadDiagram.

Declaration

cs-api-definition
IList<IRadDiagramShape> RadDiagramShapes { get; }

Property Value

IList<IRadDiagramShape>

Zoom

Returns the zoom of a RadDiagram.

Declaration

cs-api-definition
double Zoom { get; }

Property Value

double