In This Article

WizardPagePresenter Class

Represents a presenter for displaying WizardPage items within a Wizard control.

public class WizardPagePresenter : TransitionPresenter
Inheritance:
object Visual UIElement FrameworkElement ContentPresenter TransitionPresenter object

Constructors

WizardPagePresenter()

Initializes an instance of the class.

public WizardPagePresenter()

Methods

MeasureOverride(Size)

Determines the size of the ContentPresenter object based on the sizing properties, margin, and requested size of the child content.

protected override Size MeasureOverride(Size availableSize)
Parameter Type Description
availableSize Size

Returns

Size:

The size that is required to arrange child content.

OnVisualParentChanged(DependencyObject)

Invoked when the parent of this element in the visual tree is changed. Overrides System.Windows.UIElement.OnVisualParentChanged(System.Windows.DependencyObject).

protected override void OnVisualParentChanged(DependencyObject oldParent)
Parameter Type Description
oldParent DependencyObject

The old parent element. May be null to indicate that the element did not have a visual parent previously.

Inherited Members

Extension Methods