SmartArtNode.Level 属性

定义

返回层次结构中的节点级别。

public:
 property int Level { int get(); };
public int Level { get; }
member this.Level : int
Public ReadOnly Property Level As Integer

属性值

注解

起始级别为 1 级并且向上递增。 如果某个节点没有级别,则返回 0。 例如,在下面的数据模型中,A 和 F 为 1 级,B 和 D 为 2 级,C 和 E 为 3 级。

适用于