Gets or sets the selected state of the vertex.
            
| C# | Visual Basic | Visual C++ | 
public bool Selected { get; set; }
Public Property Selected As Boolean
public: virtual property bool Selected { bool get () sealed; void set (bool value) sealed; }