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입니다.

특성

적용 대상