Edit

Share via


SmartArtNode.Level Property

Definition

Returns the node’s level in the hierarchy.

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

Property Value

Remarks

The levels start at 1 and increment upward. If a node has no level, then a 0 is returned. For example, in the following data model, A and F have a level of 1, B and D have a level of 2, and C and E have a level of 3.

Applies to