Click or drag to resize

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
Syntax
public enum TextPositions
Members
  Member nameValueDescription
TEXTPOS_CAPTION0 No icon; caption only
TEXTPOS_ICON1 No caption; icon only
TEXTPOS_BELOW2 Caption below the icon
TEXTPOS_ABOVE3 Caption above the icon
TEXTPOS_RIGHT4 Caption to the right of the icon
TEXTPOS_LEFT5 Caption to the left of the icon
TEXTPOS_OVERLAID6 Caption overlaid directly on the icon
See Also