Table of Contents

Interface INodeBuilder

Namespace
HeyBox
Assembly
HeyBox.Net.Core.dll

表示一个通用的节点构建器,用于构建一个 INode

public interface INodeBuilder

Properties

Type

获取此构建器构建的节点的类型。

NodeType Type { get; }

Property Value

NodeType

Width

获取或设置此构建器构建的节点的大小。

NodeWidth? Width { get; set; }

Property Value

NodeWidth?

Methods

Build()

构建当前构建器为一个 INode

INode Build()

Returns

INode

由当前构建器表示的属性构建的 INode 对象。