Gets or sets whether the label should be visible.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public bool Visible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Visible As Boolean |
true to draw this label, or false otherwise.
See Also