ImageGear .NET - Updated
Channels Property (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : Channels Property
Gets the list of extra channels and their display options.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public ReadOnly Property Channels As ImGearDisplayChannels
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearDisplayChannels
 
value = instance.Channels
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public ImGearDisplayChannels Channels {get;}
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property ImGearDisplayChannels* get_Channels();
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property ImGearDisplayChannels^ Channels {
   ImGearDisplayChannels^ get();
}

Property Value

ImageGear.Core.ImGearDisplayChannels class object.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearDisplayChannels Class