TdxScrollbarAnnotationAlignment Enum
Enumerates available scrollbar annotation alignments.
Declaration
TdxScrollbarAnnotationAlignment = (
saaNear,
saaCenter,
saaFar,
saaClient
);
Members
Name |
---|
saaNear
|
saaCenter
|
saaFar
|
saaClient
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
saaNear | Annotation marks are aligned to:
Note A negative Offset property value is ignored. An annotation mark cannot shift outside the scrollbar area. | |
saaCenter | Annotation marks are centered between:
Use an annotation’s Offset property to adjust the annotation mark position between scrollbar borders. | |
saaFar | Annotation marks are aligned to:
Note A positive Offset property value is ignored. An annotation mark cannot shift outside the scrollbar area. | |
saaClient | An annotation’s Width and Offset property values are ignored. An annotation mark occupies an entire:
|
The TdxCustomScrollbarAnnotation.Alignment property and the TdxScrollbarAnnotationStyle.Alignment field reference the TdxScrollbarAnnotationAlignment type.