Gets or sets the selected state of the edge.
Declaration Syntax
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; }