TdxScrollbarAnnotationAlignment Enum
Enumerates available scrollbar annotation alignments.
#Declaration
TdxScrollbarAnnotationAlignment = (
saaNear,
saaCenter,
saaFar,
saaClient
);
#Members
Name |
---|
saa
|
saa
|
saa
|
saa
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
saa | Annotation marks are aligned to:
Note A negative Offset property value is ignored. An annotation mark cannot shift outside the scrollbar area. | |
saa | Annotation marks are centered between:
Use an annotation’s Offset property to adjust the annotation mark position between scrollbar borders. | |
saa | Annotation marks are aligned to:
Note A positive Offset property value is ignored. An annotation mark cannot shift outside the scrollbar area. | |
saa | 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.