 | TextPositions Enumeration |
Indicating where to position the text of the control caption relative to its icon
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum TextPositions
Public Enumeration TextPositions
public enum class TextPositions
public enum TextPositions
Patagames.Pdf.Enums.TextPositions = function();
Patagames.Pdf.Enums.TextPositions.createEnum('Patagames.Pdf.Enums.TextPositions', false);
Members
| Member name | Value | Description |
---|
| TEXTPOS_CAPTION | 0 |
No icon; caption only
|
| TEXTPOS_ICON | 1 |
No caption; icon only
|
| TEXTPOS_BELOW | 2 |
Caption below the icon
|
| TEXTPOS_ABOVE | 3 |
Caption above the icon
|
| TEXTPOS_RIGHT | 4 |
Caption to the right of the icon
|
| TEXTPOS_LEFT | 5 |
Caption to the left of the icon
|
| TEXTPOS_OVERLAID | 6 |
Caption overlaid directly on the icon
|
See Also