Version

ButtonContentShiftType Enumeration

Shift of locations of text and image relative to their positions for button in the normal state.
Syntax
'Declaration
 
Public Enum ButtonContentShiftType 
   Inherits System.Enum
public enum ButtonContentShiftType : System.Enum 
Members
MemberDescription
DownPositions of text and image are shifted 1 pixel down.
DownLeftPositions of text and image are shifted 1 pixel down and 1 pixel left.
DownRightPositions of text and image are shifted 1 pixel down and 1 pixel right.
LeftPositions of text and image are shifted 1 pixel left.
NonePositions of text and image are not changed.
NotSetDefault shifts are used: DownRight for pressed state of button.
RightPositions of text and image are shifted 1 pixel right.
UpPositions of text and image are shifted 1 pixel up.
UpLeftPositions of text and image are shifted 1 pixel up and 1 pixel left.
UpRightPositions of text and image are shifted 1 pixel up and 1 pixel right.
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