'Declaration
Public Enum ButtonLayout Inherits System.Enum
public enum ButtonLayout : System.Enum
'Declaration
Public Enum ButtonLayout Inherits System.Enum
public enum ButtonLayout : System.Enum
Member | Description |
---|---|
ImageLeftTextRight | Image is displayed on the left and text on the right. |
ImageOnly | Only image is displayed on the button face. |
ImageTopTextBottom | Image is displayed above the text. |
TextLeftImageRight | Text is displayed on the left and image on the right. |
TextOnly | Only text is displayed on the button face. |
TextOverImage | Text is displayed over image. |
TextTopImageBottom | Text is displayed above the image. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Pdf.ButtonLayout