AxisScrollBar.IsPositionedInside プロパティ

定義

スクロール バーがグラフ エリアの内側または外側に配置されているかどうかを示すフラグを取得または設定します。

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

プロパティ値

Boolean

スクロール バーがグラフ エリアの内側または外側に配置されている場合は true。それ以外の場合は false

属性

適用対象