[]
        
(Showing Draft Content)

C1.WPF.ScrollViewerContentPresenterClip

ScrollViewerContentPresenterClip Class

Element used inside ScrollViewer template in order to provide the appropriate Clip for ScrollContentPresenter.

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

Constructors

Name Description
ScrollViewerContentPresenterClip()

Fields

Name Description
ScrollContentPresenterProperty

Identifies the ScrollContentPresenter dependency property.

Properties

Name Description
Output

Gets the resulting Clip geometry that will be used in the scroll content presenter.

ScrollContentPresenter

Gets or sets the scroll content presenter which will be clipped.

Methods

Name Description
UpdateOutput()

Updates the output when one of the dependant values changed.

Extension Methods