Xfinium.Pdf.Forms Namespace : PdfPushButtonIconLayout Enumeration |
'Declaration
Public Enum PdfPushButtonIconLayout Inherits System.Enum
'Usage
Dim instance As PdfPushButtonIconLayout
public enum PdfPushButtonIconLayout : System.Enum
public enum class PdfPushButtonIconLayout : public System.Enum
Member | Description |
---|---|
IconBottom | The caption is displayed above the icon. |
IconLeft | The icon is displayed to the left of the caption. |
IconOnly | Only the icon is displayed, the caption is not displayed. |
IconOverlay | The caption is overlaid directly on the icon. |
IconRight | The icon is displayed to the right of the caption. |
IconTop | The caption is displayed below the icon. |
NoIcon | The icon is not displayed, only the caption is displayed. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Forms.PdfPushButtonIconLayout
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library