Back to Devexpress

dxCustomScrollbarAnnotationStyle Variable

vcl-dxscrollbarannotations-12522ed0.md

latest788 B
Original Source

dxCustomScrollbarAnnotationStyle Variable

Stores the default visual style for custom scrollbar annotations.

Declaration

delphi
var dxCustomScrollbarAnnotationStyle: TdxScrollbarAnnotationStyle = (
    Alignment: saaNear;
    Color: dxacDefault;
    MaxHeight: 0;
    MinHeight: 2;
    Offset: 0;
    Width: 4
);

Variable Value

Type
TdxScrollbarAnnotationStyle

Remarks

Use the dxCustomScrollbarAnnotationStyle global variable to change the default appearance of custom scrollbar annotation marks.

See Also

dxScrollbarAnnotations Unit