[]
Element used inside ScrollViewer template in order to provide the appropriate CornerRadius for the scrollbars and scroll content presenter.
public abstract class ScrollViewerCornerRadiusBase : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
| Name | Description |
|---|---|
| ScrollViewerCornerRadiusBase() | Initializes a new instance of the ScrollViewerCornerRadiusBase class. |
| Name | Description |
|---|---|
| CornerRadiusProperty | Identifies the CornerRadius dependency property. |
| HorizontalScrollBarVisibilityProperty | Identifies the HorizontalScrollBarVisibility dependency property. |
| VerticalScrollBarVisibilityProperty | Identifies the VerticalScrollBarVisibility dependency property. |
| Name | Description |
|---|---|
| CornerRadius | Gets or sets the CornerRadius used in the ScrollViewer. |
| HorizontalScrollBarVisibility | Gets or sets the horizontal scroll bar visibility. |
| VerticalScrollBarVisibility | Gets or sets the vertical scroll bar visibility. |
| Name | Description |
|---|---|
| RaisePropertyChanged(string) | Raises the property changed event. |
| UpdateOutput() | Updates the output when one of the dependant values changed. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |