[]
        
(Showing Draft Content)

C1.WPF.ScrollBarCornerRadiusBuilder

ScrollBarCornerRadiusBuilder Class

Element used inside ScrollBar template in order to provide the appropriate CornerRadius for the scrollbar buttons.

Inheritance
ScrollBarCornerRadiusBuilder
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class ScrollBarCornerRadiusBuilder : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged

Constructors

Name Description
ScrollBarCornerRadiusBuilder()

Fields

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.

Properties

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.

Methods

Name Description
RaisePropertyChanged(string)

Raises the property changed event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Extension Methods