Gets or sets whether to display the ellipsis when the text is not completely displayed.
Declaration
public bool Ellipsis { get; set; }
Public Property Ellipsis As Boolean
Property Value
Type |
Description |
bool |
true if the text uses the ellipsis; otherwise,false.
|