dxCustomScrollbarAnnotationStyle Variable
Stores the default visual style for custom scrollbar annotations.
Declaration
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