Button.ButtonContentLayout.ImagePosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates image locations within a button.
public enum Button.ButtonContentLayout.ImagePosition
type Button.ButtonContentLayout.ImagePosition =
- Inheritance
-
System.EnumButton.ButtonContentLayout.ImagePosition
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Indicates that the image will appear at the left edge of the button. |
Top | 1 | Indicates that the image will appear at the top edge of the button. |
Right | 2 | Indicates that the image will appear at the right edge of the button. |
Bottom | 3 | Indicates that the image will appear at the bottom edge of the button. |