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


In This Topic
    Repeat Property
    In This Topic
    Determines whether the rotator will start from the first frame again when reaching the last one.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.ComponentModel.DescriptionAttribute("Determines whether the rotator will start from the first frame again when reaching the last one.")>
    Public Property Repeat As System.Boolean
    'Usage
     
    
    Dim instance As NRotator
    Dim value As System.Boolean
     
    instance.Repeat = value
     
    value = instance.Repeat
    [System.ComponentModel.DefaultValue(true)]
    [System.ComponentModel.Description("Determines whether the rotator will start from the first frame again when reaching the last one.")]
    public System.bool Repeat {get; set;}
    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