[]
Gets or sets a bool value indicates whether use ellipsis when there isn't enough place to draw the content.
public bool Ellipsis { get; set; }
Public Property Ellipsis As Boolean
Type | Description |
---|---|
bool | A bool value, true if use ellipsis when there isn't enough place to draw the content, otherwise, false. |