'Declaration Public Enum ButtonContentShiftType Inherits System.Enum
public enum ButtonContentShiftType : System.Enum
Member | Description |
---|---|
Down | Positions of text and image are shifted 1 pixel down. |
DownLeft | Positions of text and image are shifted 1 pixel down and 1 pixel left. |
DownRight | Positions of text and image are shifted 1 pixel down and 1 pixel right. |
Left | Positions of text and image are shifted 1 pixel left. |
None | Positions of text and image are not changed. |
NotSet | Default shifts are used: DownRight for pressed state of button. |
Right | Positions of text and image are shifted 1 pixel right. |
Up | Positions of text and image are shifted 1 pixel up. |
UpLeft | Positions of text and image are shifted 1 pixel up and 1 pixel left. |
UpRight | Positions of text and image are shifted 1 pixel up and 1 pixel right. |
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