[]
Element used inside ScrollBar template in order to provide the appropriate CornerRadius for the scrollbar buttons.
public class ScrollBarCornerRadiusBuilder : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged
| Name | Description |
|---|---|
| ScrollBarCornerRadiusBuilder() |
| Name | Description |
|---|---|
| BottomLeftProperty | Identifies the BottomLeft dependency property. |
| BottomRightProperty | Identifies the BottomRight dependency property. |
| ButtonCornerRadiusProperty | Identifies the ButtonCornerRadius dependency property. |
| ScrollBarCornerRadiusProperty | Identifies the ScrollBarCornerRadius dependency property. |
| TopLeftProperty | Identifies the TopLeft dependency property. |
| TopRightProperty | Identifies the TopRight dependency property. |
| Name | Description |
|---|---|
| BottomLeft | Gets or sets a value indicating whether bottom-left corner value will be taken from ScrollBarCornerRadius. |
| BottomRight | Gets or sets a value indicating whether bottom-right corner value will be taken from ScrollBarCornerRadius. |
| ButtonCornerRadius | Gets or sets the corner radius of the buttons. |
| Output | Gets the corner radius that will be applied to the buttons. |
| ScrollBarCornerRadius | Gets or sets the corner radius of the scrollbar itself. |
| TopLeft | Gets or sets a value indicating whether top-left corner value will be taken from ScrollBarCornerRadius. |
| TopRight | Gets or sets a value indicating whether top-right corner value will be taken from ScrollBarCornerRadius. |
| Name | Description |
|---|---|
| RaisePropertyChanged(string) | Raises the property changed event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |