Share via


Label.TruncateLength Property

 

Gets or sets the truncated length of the label.

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

Syntax

public int TruncateLength { get; set; }
public:
property int TruncateLength {
    int get();
    void set(int value);
}
member TruncateLength : int with get, set
Public Property TruncateLength As Integer

Property Value

Type: System.Int32

The truncated length of the label

See Also

Label Class
Microsoft.Web.Mvc.Controls Namespace

Return to top