[]
Microsoft.UI.Xaml.Controls.ContentControl which allows specifying a value between 0 and 1 to perform slide animations which affect the layout.
public class C1SlideContentControl : ContentControl
| Name | Description |
|---|---|
| C1SlideContentControl() | Initializes a new instance of the C1SlideContentControl class. |
| Name | Description |
|---|---|
| SlideDirectionProperty | Identifies the SlideDirection dependency property. |
| SlideProperty | Identifies the Slide dependency property. |
| 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. |
| Name | Description |
|---|---|
| ArrangeOverride(Size) | |
| MeasureOverride(Size) |