ScrollBarAnnotationInfo Members
Contains information about the layout and appearance of a particular type of scrollbar annotation marks.Constructors
| Name | Description |
|---|---|
| ScrollBarAnnotationInfo() | Initializes a new instance of the ScrollBarAnnotationInfo class. |
| ScrollBarAnnotationInfo(Brush, ScrollBarAnnotationAlignment, Double, Double) | Initializes a new instance of the ScrollBarAnnotationInfo class with the specified settings. |
Fields
| Name | Description |
|---|---|
| AlignmentProperty static | Identifies the ScrollBarAnnotationInfo.Alignment dependency property. |
| BrushProperty static | Identifies the ScrollBarAnnotationInfo.Brush dependency property. |
| MinHeightProperty static | Identifies the ScrollBarAnnotationInfo.MinHeight dependency property. |
| WidthProperty static | Identifies the ScrollBarAnnotationInfo.Width dependency property. |
Properties
| Name | Description |
|---|---|
| Alignment | Gets or sets the horizontal alignment of the scrollbar annotation marks within the scrollbar. This is a dependency property. |
| Brush | Gets or sets the brush used to paint scrollbar annotation marks. This is a dependency property. |
| MinHeight | Gets or sets the minimum height of the scrollbar annotation marks. This is a dependency property. |
| Width | Gets or sets the width for the scrollbar annotation marks. This is a dependency property. |
See Also