共用方式為


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

適用於