Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / rotating Field


In This Topic
    rotating Field (PSObject)
    In This Topic
    Specifies the direction of object rotation, if at all, for the object container.
    Syntax
    'Declaration
     
    
    Protected rotating As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    value = instance.rotating
     
    instance.rotating = value
    protected int rotating
    See Also