Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / Counterclockwise Property


In This Topic
    Counterclockwise Property
    In This Topic
    Gets or sets whether the direction of the rotation is counterclockwise.
    Syntax
    'Declaration
     
    
    Public Property Counterclockwise As Boolean
    'Usage
     
    
    Dim instance As RotationAngle
    Dim value As Boolean
     
    instance.Counterclockwise = value
     
    value = instance.Counterclockwise
    public bool Counterclockwise {get; set;}

    Property Value

    A bool that indicates whether this is the counterclockwise direction.
    See Also