Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AnimatedDefaultFocusIndicatorRenderer Class / Position Property


In This Topic
    Position Property (AnimatedDefaultFocusIndicatorRenderer)
    In This Topic
    Gets or sets the current step in the multiple-step animation cycle.
    Syntax
    'Declaration
     
    
    Public Property Position As Integer
    'Usage
     
    
    Dim instance As AnimatedDefaultFocusIndicatorRenderer
    Dim value As Integer
     
    instance.Position = value
     
    value = instance.Position
    public int Position {get; set;}
    See Also