다음을 통해 공유


RibbonGalleryCategoriesPanel.CanVerticallyScroll 속성

정의

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

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

구현

설명

설정 된 경우이 속성의 값은 항상 문자열로 변환 true합니다.

적용 대상