Search
Label.Visible Property
See Also
 





Gets or sets whether the label should be visible.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool Visible { get; set; }

Visual Basic  Copy Code

Public Property Visible As Boolean

 Property Value

true to draw this label, or false otherwise.

 See Also