 | CaptionPositions Enumeration |
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 CaptionPositions
Public Enumeration CaptionPositions
public enum class CaptionPositions
public enum CaptionPositions
Patagames.Pdf.Enums.CaptionPositions = function();
Patagames.Pdf.Enums.CaptionPositions.createEnum('Patagames.Pdf.Enums.CaptionPositions', false);
Members
| Member name | Value | Description |
---|
| Inline | 0 |
the caption will be centered inside the line.
|
| Top | 1 |
the caption will be on top of the line
|
See Also