SmartArtNode.Level Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.