Back to Devexpress

Gallery.VerticalScrollBarStyle Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-744179d1.md

latest1.1 KB
Original Source

Gallery.VerticalScrollBarStyle Property

Gets or sets the style applied to the gallery’s scroll bar. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Style VerticalScrollBarStyle { get; set; }
vb
Public Property VerticalScrollBarStyle As Style

Property Value

TypeDescription
Style

A Style object that represents the corresponding style.

|

Remarks

Target Type : ScrollBar

To learn about styles, see Styling and Templating in MSDN.

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace