[]
Specifies content options.
public sealed class ContentOptions : Enum
Name | Description |
---|---|
None | All content is shown. |
Trim | Trim content if its width is large than MaxWidth property. |
WordWrap | Wrap content if its width is large than MaxWidth property. |
value__ |