C# Class CortanaSwitch.View.Control.InConnectorBase

Inheritance: Windows.UI.Xaml.Controls.UserControl
Datei anzeigen Open project: garicchi/CortanaCommand Class Usage Examples

Public Properties

Property Type Description
ConnectionListProperty Windows.UI.Xaml.DependencyProperty
ConnectorIdProperty Windows.UI.Xaml.DependencyProperty
NodeIdProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetPosition ( ) : Point
InConnectorBase ( ) : System
Initialize ( int connectorId, int nodeId ) : void

Method Details

GetPosition() public method

public GetPosition ( ) : Point
return Point

InConnectorBase() public method

public InConnectorBase ( ) : System
return System

Initialize() public method

public Initialize ( int connectorId, int nodeId ) : void
connectorId int
nodeId int
return void

Property Details

ConnectionListProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ConnectionListProperty
return Windows.UI.Xaml.DependencyProperty

ConnectorIdProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ConnectorIdProperty
return Windows.UI.Xaml.DependencyProperty

NodeIdProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml NodeIdProperty
return Windows.UI.Xaml.DependencyProperty