SmartLabelStyle.MovingDirection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定方向,這是允許重疊的 SmartLabelStyle 物件移動的方向。
public:
virtual property System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles MovingDirection { System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles get(); void set(System::Windows::Forms::DataVisualization::Charting::LabelAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public virtual System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles MovingDirection { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.MovingDirection : System.Windows.Forms.DataVisualization.Charting.LabelAlignmentStyles with get, set
Public Overridable Property MovingDirection As LabelAlignmentStyles
屬性值
一個 LabelAlignmentStyles 列舉值或是多個經過位元 OR 處理的 LabelAlignmentStyles 值。 預設值為所有 LabelAlignmentStyles 值的位元 OR,這些值允許除了資料點中心以外的所有方向的重新定位。
- 屬性