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





Gets or sets the text of the label.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string containing the label's text.

 See Also

Label Members
Label Class
MindFusion.Mapping Namespace