ImageGear .NET - Updated
Page Property (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Page Property
Gets or sets ImGearPage object associated with this display page.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Page As ImGearPage
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearPage
 
instance.Page = value
 
value = instance.Page
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public ImGearPage Page {get; set;}
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property ImGearPage* get_Page();
public: __property void set_Page( 
   ImGearPage* value
);
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property ImGearPage^ Page {
   ImGearPage^ get();
   void set (    ImGearPage^ value);
}

Property Value

Valid ImageGear.Core.ImGearPage class object or null.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearPage Class