[]
        
(Showing Draft Content)

C1.WPF.ScrollViewerCornerRadiusBase

ScrollViewerCornerRadiusBase Class

Element used inside ScrollViewer template in order to provide the appropriate CornerRadius for the scrollbars and scroll content presenter.

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

Constructors

Name Description
ScrollViewerCornerRadiusBase()

Initializes a new instance of the ScrollViewerCornerRadiusBase class.

Fields

Name Description
CornerRadiusProperty

Identifies the CornerRadius dependency property.

HorizontalScrollBarVisibilityProperty

Identifies the HorizontalScrollBarVisibility dependency property.

VerticalScrollBarVisibilityProperty

Identifies the VerticalScrollBarVisibility dependency property.

Properties

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.

Methods

Name Description
RaisePropertyChanged(string)

Raises the property changed event.

UpdateOutput()

Updates the output when one of the dependant values changed.

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Extension Methods