Class RadDiagramConnection
Inheritance
System.Object
RadDiagramConnection
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 RadDiagramConnection : ContentControl, IAutomationPeer, IPeerConverter, IRadDiagramConnection, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadDiagramConnection()
Declaration
public RadDiagramConnection()
Properties
ConnectionType
Declaration
public string ConnectionType { get; set; }
Property Value
System.String
|
EndPointX
Declaration
public double EndPointX { get; }
Property Value
System.Double
|
Implements
EndPointY
Declaration
public double EndPointY { get; }
Property Value
System.Double
|
Implements
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
Implements
SourceCapType
Declaration
public string SourceCapType { get; set; }
Property Value
System.String
|
SourceConnectorPosition
Declaration
public string SourceConnectorPosition { get; set; }
Property Value
System.String
|
StartPointX
Declaration
public double StartPointX { get; }
Property Value
System.Double
|
Implements
StartPointY
Declaration
public double StartPointY { get; }
Property Value
System.Double
|
Implements
TargetCapType
Declaration
public string TargetCapType { get; set; }
Property Value
System.String
|
TargetConnectorPosition
Declaration
public string TargetConnectorPosition { get; set; }
Property Value
System.String
|