Share via


Label.TruncateText Property

 

Gets or sets the truncated value of the label.

Namespace:   Microsoft.Web.Mvc.Controls
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public string TruncateText { get; set; }
public:
property String^ TruncateText {
    String^ get();
    void set(String^ value);
}
member TruncateText : string with get, set
Public Property TruncateText As String

Property Value

Type: System.String

The truncated value of the label.

See Also

Label Class
Microsoft.Web.Mvc.Controls Namespace

Return to top