Skip to main content
A newer version of this page is available. .

ScrollBarAnnotationsAppearance Properties

Contains properties that provide access to the appearance settings of particular scrollbar annotation marks.
Name Description
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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