Table of Contents

Interface IPortData

Namespace
H.Controls.Diagram
Assembly
H.Controls.Diagram.dll
public interface IPortData : ILinkInitializer, IData
Inherited Members
Extension Methods

Properties

Dock

Dock Dock { get; set; }

Property Value

Dock

ID

string ID { get; set; }

Property Value

string

Name

当前端口的功能名称

string Name { get; set; }

Property Value

string

NodeID

string NodeID { get; set; }

Property Value

string

PortMargin

Thickness PortMargin { get; set; }

Property Value

Thickness

PortType

PortType PortType { get; set; }

Property Value

PortType

Methods

ApplayStyleTo(IPortData)

void ApplayStyleTo(IPortData node)

Parameters

node IPortData