ImageGear .NET v24.12 - 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(True)>
Public ReadOnly Property Channels As ImGearDisplayChannels
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearDisplayChannels
 
value = instance.Channels
[Bindable(true)]
public ImGearDisplayChannels Channels {get;}
[Bindable(true)]
public: __property ImGearDisplayChannels* get_Channels();
[Bindable(true)]
public:
property ImGearDisplayChannels^ Channels {
   ImGearDisplayChannels^ get();
}

Property Value

ImageGear.Core.ImGearDisplayChannels class object.
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearDisplayChannels Class