DiagramItem.IsDiagram 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.
Gets a value indicating whether the DiagramItem is the diagram.
public:
property bool IsDiagram { bool get(); };
public bool IsDiagram { get; }
member this.IsDiagram : bool
Public ReadOnly Property IsDiagram As Boolean