ScrollContentPresenter.CanVerticallyScroll 속성

정의

세로 축에서 스크롤이 가능한지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool CanVerticallyScroll { bool get(); void set(bool value); };
public bool CanVerticallyScroll { get; set; }
member this.CanVerticallyScroll : bool with get, set
Public Property CanVerticallyScroll As Boolean

속성 값

Boolean

스크롤이 가능하면 true이고, 가능하지 않으면 false입니다. 이 속성에는 기본값이 없습니다.

구현

적용 대상