Table of Contents

Class ScrollBar.MetricsInfo<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains properties which specify different scrollbar metrics.

public class ScrollBar.MetricsInfo<T> where T : struct

Type Parameters

T

Type of the metrics value.

Inheritance
ScrollBar.MetricsInfo<T>
Derived

Fields

HScrollArrowX

Width of arrow bitmap on horizontal scrollbar.

HScrollArrowY

Height of arrow bitmap on horizontal scrollbar.

HScrollY

Height of horizontal scrollbar in pixels.

HThumbX

Width of horizontal scrollbar thumb.

VScrollArrowX

Width of arrow bitmap on a vertical scrollbar.

VScrollArrowY

Height of arrow bitmap on a vertical scrollbar.

VScrollX

Width of vertical scrollbar in pixels.

VThumbY

Height of vertical scrollbar thumb.