ASP.NET Pack Programmer's Guide
Label.Visible Property
See Also
 





Gets or sets whether the label should be visible.

Namespace: MindFusion.Mapping
Package: 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

Label Members
Label Class
MindFusion.Mapping Namespace