Class ScrollOptions
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
ScrollOptions 配置类
public class ScrollOptions
- Inheritance
-
ScrollOptions
- Inherited Members
- Extension Methods
Constructors
ScrollOptions()
public ScrollOptions()
Properties
ScrollHoverWidth
获得/设置 滚动条鼠标悬浮宽度 默认 5px
public int ScrollHoverWidth { get; set; }
Property Value
ScrollWidth
获得/设置 滚动条宽度 默认 5px
public int ScrollWidth { get; set; }