Gets or sets a boolean value indicating whether or not to regard edge labels.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool EdgeLabels { get; set; }
Public Property EdgeLabels As Boolean
public: property bool EdgeLabels { bool get (); void set (bool value); }