TdxScrollbarAnnotationStyle Record
Stores the visual style of a scrollbar annotation.
Declaration
TdxScrollbarAnnotationStyle = record
Remarks
This record has the following members that allow you to:
Set the base position of annotation marks on a scrollbar (Alignment).
Adjust the position of annotation marks (Offset).
Limit the minimum and maximum length of annotation marks (MinHeight and MaxHeight).
Set the line width of annotation marks (Width).
Identify if two scrollbar annotation styles are different (IsEqual).
The following public API members reference the TdxScrollbarAnnotationStyle type:
The TdxCustomScrollbarAnnotation.Style property.
The dxSelectedRowScrollbarAnnotationStyle, dxFocusedRowScrollbarAnnotationStyle, dxSearchResultScrollbarAnnotationStyle, dxErrorScrollbarAnnotationStyle, and dxCustomScrollbarAnnotationStyle global variables.