Skip to main content

ScrollBarAnnotationInfo.MinHeight Property

Gets or sets the minimum height of the scrollbar annotation marks. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double MinHeight { get; set; }

Property Value

Type Description
Double

A Double value that specifies the minimum height of the scrollbar annotation marks.

See Also