dxCustomScrollbarAnnotationStyle Variable
In This Article
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 |
---|
Tdx |
#Remarks
Use the dxCustomScrollbarAnnotationStyle global variable to change the default appearance of custom scrollbar annotation marks.
See Also