Gets a member of GraphTypes, indicating the type of the graph.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract GraphTypes Type { get; }
Public MustOverride ReadOnly Property Type As GraphTypes
public: virtual property GraphTypes Type { GraphTypes get () abstract; }