ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearPresentationPageDisplay Class / Channels Property




In This Topic
    Channels Property (ImGearPresentationPageDisplay)
    In This Topic
    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