VerticalAlignment 列舉

定義

指定具有固定大小的可視化樣式專案的垂直對齊方式。

public enum class VerticalAlignment
public enum VerticalAlignment
type VerticalAlignment = 
Public Enum VerticalAlignment
繼承
VerticalAlignment

欄位

名稱 Description
Top 0

元素會對齊於頂部。

Center 1

該元件垂直置中。

Bottom 2

元件會對齊到底部。

備註

這些VerticalAlignment值代表當以參數值呼叫VisualStyleRenderer.GetEnumValue該方法時的EnumProperty.VerticalAlignment回傳值。

適用於