ScrollBarAnnotationsAppearance Members
Contains properties that provide access to the appearance settings of particular scrollbar annotation marks.Constructors
| Name | Description |
|---|---|
| ScrollBarAnnotationsAppearance() | Initializes a new instance of the ScrollBarAnnotationsAppearance class. |
Fields
| Name | Description |
|---|---|
| FocusedRowProperty static | Identifies the ScrollBarAnnotationsAppearance.FocusedRow dependency property. |
| InvalidCellsProperty static | Identifies the ScrollBarAnnotationsAppearance.InvalidCells dependency property. |
| InvalidRowsProperty static | Identifies the ScrollBarAnnotationsAppearance.InvalidRows dependency property. |
| SearchResultProperty static | Identifies the ScrollBarAnnotationsAppearance.SearchResult dependency property. |
| SelectedProperty static | Identifies the ScrollBarAnnotationsAppearance.Selected dependency property. |
Properties
| Name | Description |
|---|---|
| FocusedRow | Gets or sets appearance settings for scrollbar annotation marks that correspond to focused row. This is a dependency property. |
| InvalidCells | Gets or sets appearance settings for scrollbar annotation marks that correspond to invalid cells. This is a dependency property. |
| InvalidRows | Gets or sets appearance settings for scrollbar annotation marks that correspond to invalid rows. This is a dependency property. |
| SearchResult | Gets or sets appearance settings for scrollbar annotation marks that correspond to search results. This is a dependency property. |
| Selected | Gets or sets the appearance settings for scrollbar annotation marks that correspond to selected rows. This is a dependency property. |
See Also