ImageGear .NET - Updated December 24, 2018
Display Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : Display Property
Gets or sets the ImGearPageDisplay Class object associated with the control, representing the image and display parameters.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property Display As ImGearPresentationPageDisplay
 
'Usage
 
Dim instance As PageView
Dim value As ImGearPresentationPageDisplay
 
instance.Display = value
 
value = instance.Display

Property Value

ImageGear.Display.ImGearPresentationPageDisplay class object.
See Also

Reference

PageView Class
PageView Members