LabelAlignmentStyles 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定使用 SmartLabelStyle 時的標籤對齊方式。
此列舉支援其成員值的位元組合。
public enum class LabelAlignmentStyles
[System.Flags]
public enum LabelAlignmentStyles
[<System.Flags>]
type LabelAlignmentStyles =
Public Enum LabelAlignmentStyles
- 繼承
- 屬性
欄位
Bottom | 2 | 標籤會對齊資料點的底部。 |
BottomLeft | 64 | 標籤會對齊資料點的左下角。 |
BottomRight | 128 | 標籤會對齊資料點的右下角。 |
Center | 256 | 標籤會對齊資料點中央。 |
Left | 8 | 標籤會對齊資料點的左方。 |
Right | 4 | 標籤會對齊資料點的右方。 |
Top | 1 | 標籤會對齊資料點的頂端。 |
TopLeft | 16 | 標籤會對齊資料點的左上角。 |
TopRight | 32 | 標籤會對齊資料點的右上角。 |
備註
LabelAlignmentStyles列舉代表標籤的對齊方式,由 MovingDirection 屬性設定。