Enum TableViewPropertiesTableOptions.WrappingEnum
Wrapping describes the text wrapping style to be used in table views
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public enum WrappingEnum : int
Fields
| Name | Description |
|---|---|
| SingleLine | Enum SingleLine for value: single-line |
| Truncate | Enum Truncate for value: truncate |
| Wrap | Enum Wrap for value: wrap |