TdxCustomScrollbarAnnotation.Alignment Property
Specifies the scrollbar annotation’s alignment.
Declaration
property Alignment: TdxScrollbarAnnotationAlignment read; write;
Property Value
Type |
---|
TdxScrollbarAnnotationAlignment |
Remarks
Use this property to switch between base annotation mark positions within a scrollbar area. Then, you can use the Offset property to adjust the selected position. Refer to the TdxScrollbarAnnotationAlignment type description for detailed information on available options.
See Also