Share via


ConnectedServiceWizardPage.View Property

Definition

Gets or sets the WPF UI Element that describes the content of the page.

public:
 property System::Windows::FrameworkElement ^ View { System::Windows::FrameworkElement ^ get(); void set(System::Windows::FrameworkElement ^ value); };
public System.Windows.FrameworkElement View { get; set; }
member this.View : System.Windows.FrameworkElement with get, set
Public Property View As FrameworkElement

Property Value

Returns FrameworkElement.

Remarks

The default/minimum space available for this view is 584px (w) X 367px (h).

Applies to