ClassRadDiagramConnection
Represents the Silverlight RadDiagram's RadDiagramConnection control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadDiagramConnection : ContentControl, IAutomationPeer, IPeerConverter, IRadDiagramConnection, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadDiagramConnection
Implements:
Inherited Members
Constructors
RadDiagramConnection()
Initializes a new instance of the RadDiagram class.
Declaration
public RadDiagramConnection()
Properties
ConnectionType
Get the type of a connection
EndPointX
Reperesents the X xoordinate of the EndPoint of the RadDiagramConnection.
EndPointY
Reperesents the Y xoordinate of the EndPoint of the RadDiagramConnection.
IsSelected
Represents the IsSelected property of a RadDiagramConnection.
SourceCapType
Get the SourceCapType of a connection
SourceConnectorPosition
Get the SourceConnectorPosition of a connection
Declaration
public string SourceConnectorPosition { get; set; }
Property Value
StartPointX
Reperesents the X xoordinate of the StartPoint of the RadDiagramConnection.
StartPointY
Reperesents the Y xoordinate of the StartPoint of the RadDiagramConnection.
TargetCapType
Get the TargetCapType of a connection
TargetConnectorPosition
Get the TargetConnectorPosition of a connection
Declaration
public string TargetConnectorPosition { get; set; }
Property Value