Gets the type of this graph, which is directed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override GraphTypes Type { get; }
Public Overrides ReadOnly Property Type As GraphTypes
public: virtual property GraphTypes Type { GraphTypes get () override; }