'Declaration Public Enum ButtonTextImageAlign Inherits System.Enum
public enum ButtonTextImageAlign : System.Enum
Member | Description |
---|---|
ImageBottom | Image is below text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase. |
ImageLeft | Image is on the left side of text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase. |
ImageRight | Image is on the right side of text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase. |
ImageTop | Image is above text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase. |
TextLeftImageRight | Image is rendered on the right side of control and text is rendered on the left side of control. The HorizontalAlign property of WebButtonBase is ignored. |
TextRightImageLeft | Image is rendered on the left side of control and text is rendered on the right side of control. The HorizontalAlign property of WebButtonBase is ignored. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2