[]
        
(Showing Draft Content)

C1.WinUI.Accordion.C1SlideContentControl

C1SlideContentControl Class

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

Inheritance
C1SlideContentControl
Namespace: C1.WinUI.Accordion
Assembly: C1.WinUI.Accordion.dll
Syntax
public class C1SlideContentControl : ContentControl

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 whereas 1 is completely visible.

SlideDirection

Gets or sets the expand direction.

Methods

Name Description
ArrangeOverride(Size)
MeasureOverride(Size)