TimeNode
ChildNodes Property
|
Namespace:
Spire.Presentation.Drawing.TimeLine
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TimeNodes ChildNodes { get; }
Public ReadOnly Property ChildNodes As TimeNodes
Get
public:
property TimeNodes^ ChildNodes {
TimeNodes^ get ();
}
member ChildNodes : TimeNodes with get
Property Value
Type:
TimeNodes
See Also