[]
        
(Showing Draft Content)

C1.WPF.C1SlideContentControl

C1SlideContentControl Class

ContentControl which allows specifying a value between 0 and 1 to perform slide animations which affect the layout.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1SlideContentControl : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1SlideContentControl()

Initializes a new instance of the C1SlideContentControl class.

Fields

Name Description
SlideDirectionProperty

Identifies the SlideDirection dependency property.

SlideProperty

Identifies the Slide dependency property.

Properties

Name Description
Slide

Gets or sets a value between 0 and 1 which determine the visible percentage of the control, a value of 0 means the content is not visible wheras 1 is completely visible.

SlideDirection

Gets or sets the expand direction.

Methods

Name Description
ArrangeOverride(Size)

Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.

MeasureOverride(Size)

Provides the behavior for the Measure pass of Silverlight layout. Classes can override this method to define their own Measure pass behavior.

Extension Methods