Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / Orientation Property


In This Topic
    Orientation Property (ProgressCellType)
    In This Topic
    Gets or sets the orientation of the progress indicator.
    Syntax
    'Declaration
     
    
    Public Property Orientation As ProgressOrientation
    'Usage
     
    
    Dim instance As ProgressCellType
    Dim value As ProgressOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public ProgressOrientation Orientation {get; set;}
    See Also