Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : WizardControl Class |
The following tables list the members exposed by WizardControl.
Name | Description | |
---|---|---|
![]() | WizardControl Constructor | Constructor which define default value for transition duration |
Name | Description | |
---|---|---|
![]() | ComponentsPanelPart | Constant who contains the panel name of components |
![]() | ContentStyleName | Constant who contains the style name of wizard component |
![]() ![]() | CustomTransitionProperty | Dependency property who allows to define a custom transition between the changements of page. |
![]() ![]() | IsSummaryVisibleProperty | Dependency property who allows to define if the summary of all wizard pages are visible. |
![]() ![]() | IsTitleVisibleProperty | Dependency property who allows to define if the Title of wizard are visible. |
![]() ![]() | TransitionProperty | Dependency property who allows to define the transition which animate your screens when you navigate. This choice is done with the enumeration WizardControlTransitions. |
![]() ![]() | WizardProperty | Dependency property who allows to define wizard. The wizard provides the data model to display in this control. |
Name | Description | |
---|---|---|
![]() | CustomTransition | Gets or sets CustomTransitionProperty value. |
![]() | IsSummaryVisible | Gets or sets IsSummaryVisibleProperty value. |
![]() | IsTitleVisible | Gets or sets IsTilteVisibleProperty value. |
![]() | Transition | Gets or Sets TransitionProperty value. |
![]() | TransitionDuration | Gets or sets the duration of transition. |
![]() | Wizard | Gets or Sets WizardProperty value. |
Name | Description | |
---|---|---|
![]() | OnApplyTemplate | Overridden. On this call, the wizard control apply the used transition and navigate to its first page. |
Name | Description | |
---|---|---|
![]() | BitmapSource | Returns the contents of a WPF Visual as a BitmapSource, e.g. for binding to an Image control. |
![]() | Clone<T> | |
![]() | GetImage | Overloaded. Gets the image. |
![]() | GetRoot | |
![]() | GetVisualAncestor | Overloaded. |
![]() | GetVisualDescendent<T> | |
![]() | GetVisualDescendents<T> | |
![]() | IfNotNull<T,U> | |
![]() | PngBitmap | Returns the contents of a WPF Visual as a Bitmap in PNG format. |
![]() | Refresh |