ConnectedServiceSinglePage.View Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 754px (w) X 367px (h).