[]
Gets or sets a bool value indicating whether ought to display ellipsis when text can't display completely.
public bool Ellipsis { get; set; }
Public Property Ellipsis As Boolean
Type | Description |
---|---|
bool | true if the text will use ellipsis display when the text can't display completely; Otherwise,false. |