Interface IRadDiagramConnection
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadDiagramConnection : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
EndPointX
Declaration
double EndPointX { get; }
Property Value
System.Double
|
EndPointY
Declaration
double EndPointY { get; }
Property Value
System.Double
|
IsSelected
Declaration
bool IsSelected { get; }
Property Value
System.Boolean
|
StartPointX
Declaration
double StartPointX { get; }
Property Value
System.Double
|
StartPointY
Declaration
double StartPointY { get; }
Property Value
System.Double
|