Gets or sets whether or not this StarDiagramNode is a central root of a collection of nodes.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsRoot { get; set; }
Visual Basic (Declaration)
Public Property IsRoot As Boolean

See Also