Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IAnimatedFocusIndicatorRenderer Interface / Position Property


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