Table of Contents

Interface INode

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个通用的节点,可用于 IModule 中。

public interface INode
Extension Methods

Properties

Type

获取节点的类型。

NodeType Type { get; }

Property Value

NodeType

Width

获取节点的宽度。

NodeWidth? Width { get; }

Property Value

NodeWidth?