Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRotator Class / Frames Property


In This Topic
    Frames Property
    In This Topic
    Gets the collection of the frames.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the collection of all the frames.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property Frames As NRotatorFrameCollection
    'Usage
     
    
    Dim instance As NRotator
    Dim value As NRotatorFrameCollection
     
    value = instance.Frames
    [System.ComponentModel.Description("Gets the collection of all the frames.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NRotatorFrameCollection Frames {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also