LabelAlignmentStyles 列舉

定義

指定使用 SmartLabelStyle 時的標籤對齊方式。

此列舉支援其成員值的位元組合。

public enum class LabelAlignmentStyles
[System.Flags]
public enum LabelAlignmentStyles
[<System.Flags>]
type LabelAlignmentStyles = 
Public Enum LabelAlignmentStyles
繼承
LabelAlignmentStyles
屬性

欄位

Bottom 2

標籤會對齊資料點的底部。

BottomLeft 64

標籤會對齊資料點的左下角。

BottomRight 128

標籤會對齊資料點的右下角。

Center 256

標籤會對齊資料點中央。

Left 8

標籤會對齊資料點的左方。

Right 4

標籤會對齊資料點的右方。

Top 1

標籤會對齊資料點的頂端。

TopLeft 16

標籤會對齊資料點的左上角。

TopRight 32

標籤會對齊資料點的右上角。

備註

LabelAlignmentStyles列舉代表標籤的對齊方式,由 MovingDirection 屬性設定。

適用於