ContentAlignment 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在視窗標題中文字的對齊方式。
public enum class ContentAlignment
public enum ContentAlignment
type ContentAlignment =
Public Enum ContentAlignment
- 繼承
欄位
Center | 1 | 文字置中。 |
Left | 0 | 文字靠左對齊。 |
Right | 2 | 文字靠右對齊。 |
備註
當使用 的引數值呼叫方法時,這些 ContentAlignment 值代表方法的 EnumProperty.ContentAlignment 傳回 VisualStyleRenderer.GetEnumValue 值。