Gets or sets the type (shape) of the Symbol
| C# | Visual Basic | Visual C++ |
public SymbolType Type{ get; set;}
Public Property Type As SymbolType
public: property SymbolType Type { SymbolType get (); void set (SymbolType value); }
A SymbolType enum value indicating the shape
