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


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

    Property Value

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