Axis.IsReversed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,這個旗標表示座標軸是否會反轉。
public:
property bool IsReversed { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsReversed { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsReversed : bool with get, set
Public Property IsReversed As Boolean
屬性值
如果座標軸會反轉則為 true
,否則為 False
。
- 屬性
備註
如果設定為反轉,則座標軸上的值會以反轉排序次序,而座標軸上的值方向會翻轉。