[]
        
(Showing Draft Content)

C1.WPF.ScrollViewerCornerRadiusBuilder

ScrollViewerCornerRadiusBuilder Class

Element used inside ScrollViewer template in order to provide the appropriate CornerRadius for the scrollbars.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class ScrollViewerCornerRadiusBuilder : ScrollViewerCornerRadiusBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged

Constructors

Name Description
ScrollViewerCornerRadiusBuilder()

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

Properties

Name Description
Orientation

Gets or sets the orientation of the scrollbar for which this builder will be used.

Output

Gets the resulting CornerRadius that will be used in the scrollbar.

Methods

Name Description
UpdateOutput()

Updates the output when one of the dependant values changed.

Extension Methods