Version

ButtonTextImageAlign Enumeration

Alignment of text and image relative to each other.
Syntax
'Declaration
 
Public Enum ButtonTextImageAlign 
   Inherits System.Enum
public enum ButtonTextImageAlign : System.Enum 
Members
MemberDescription
ImageBottomImage is below text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase.
ImageLeftImage is on the left side of text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase.
ImageRightImage is on the right side of text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase.
ImageTopImage is above text. Horizontal and vertical alignments within the bounds of control are defined by corresponding properties of WebButtonBase.
TextLeftImageRightImage 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.
TextRightImageLeftImage 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.
Requirements

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

See Also