Specifies the trimming behavior to employ if the content overflows its containing box (only used when wrapping is off).
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public TextTrimming TextTrimming { get; set; } |
| Visual Basic |
|---|
Public Property TextTrimming As TextTrimming Get Set |
| JScript |
|---|
function get TextTrimming () : TextTrimming function set TextTrimming (value : TextTrimming) |