[]
Gets or sets whether to use an ellipsis when there is not enough space to draw the content.
public bool Ellipsis { get; set; }
Public Property Ellipsis As Boolean
Type | Description |
---|---|
bool | A bool value, true to use an ellipsis when there is not enough space to draw the content; otherwise, false. |