Button.ButtonContentLayout.ImagePosition 列舉

定義

列舉按鈕內的影像位置。

public enum Button.ButtonContentLayout.ImagePosition
type Button.ButtonContentLayout.ImagePosition = 
繼承
System.Enum
Button.ButtonContentLayout.ImagePosition

欄位

Bottom 3

表示影像會顯示在按鈕的下邊緣。

Left 0

表示影像會顯示在按鈕的左邊緣。

Right 2

表示影像會顯示在按鈕的右邊緣。

Top 1

表示影像會顯示在按鈕的上邊緣。

適用於