Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / FlipHorizontal Property


In This Topic
    FlipHorizontal Property (PSObject)
    In This Topic
    Gets or sets a value that indicates whether the shape has been flipped horizontally.
    Syntax
    'Declaration
     
    
    Public Property FlipHorizontal As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    instance.FlipHorizontal = value
     
    value = instance.FlipHorizontal
    public bool FlipHorizontal {get; set;}

    Property Value

    true if the shape has been flipped horizontally; otherwise, false.
    See Also