Button.ButtonContentLayout.ImagePosition Enum

Definition

Enumerates image locations within a button.

public enum Button.ButtonContentLayout.ImagePosition
type Button.ButtonContentLayout.ImagePosition = 
Inheritance
Button.ButtonContentLayout.ImagePosition

Fields

Bottom 3

Indicates that the image will appear at the bottom edge of the button.

Left 0

Indicates that the image will appear at the left edge of the button.

Right 2

Indicates that the image will appear at the right edge of the button.

Top 1

Indicates that the image will appear at the top edge of the button.

Applies to