[]
ContentControl which allows specifying a value between 0 and 1 to perform slide animations which affect the layout.
public class C1SlideContentControl : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
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 wheras 1 is completely visible. |
SlideDirection | Gets or sets the expand direction. |
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. |