Interface INode
- Namespace
- HeyBox
- Assembly
- HeyBox.Net.Core.dll
表示一个通用的节点,可用于 IModule 中。
public interface INode
- Extension Methods
Properties
Type
获取节点的类型。
NodeType Type { get; }
Property Value
Width
获取节点的宽度。
NodeWidth? Width { get; }
表示一个通用的节点,可用于 IModule 中。
public interface INode
获取节点的类型。
NodeType Type { get; }
获取节点的宽度。
NodeWidth? Width { get; }