StringTrimmingfunction
Specifies how to trim characters from a string so that the string fits into a layout rectangle. The layout rectangle is used to position and size the display string.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
StringTrimmingNone | 0 | |
StringTrimmingCharacter | 1 | |
StringTrimmingWord | 2 | |
StringTrimmingEllipsisCharacter | 3 | |
StringTrimmingEllipsisWord | 4 | |
StringTrimmingEllipsisPath | 5 |
Description
The StringTrimming enumeration specifies how to trim characters from a string so that the string fits into a layout rectangle. The layout rectangle is used to position and size the display string.
Remarks
Trimming affects only the last visible or partly visible (due to clipping) line of text.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations