AxisScrollBar.IsPositionedInside プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スクロール バーがグラフ エリアの内側または外側に配置されているかどうかを示すフラグを取得または設定します。
public:
property bool IsPositionedInside { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsPositionedInside { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsPositionedInside : bool with get, set
Public Property IsPositionedInside As Boolean
プロパティ値
スクロール バーがグラフ エリアの内側または外側に配置されている場合は true
。それ以外の場合は false
。
- 属性