LabelAlignmentStyles 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定使用 SmartLabelStyle 時的標籤對齊方式。
此列舉支援其成員值的位元組合。
public enum class LabelAlignmentStyles
C#
[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 屬性設定。
產品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |