Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / FlipVertical Property


In This Topic
    FlipVertical Property (ChartShape)
    In This Topic
    Gets or sets a value indicating whether the shape is flip vertical.
    Syntax
    'Declaration
     
    
    Public Shadows Property FlipVertical As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    instance.FlipVertical = value
     
    value = instance.FlipVertical
    public new bool FlipVertical {get; set;}

    Property Value

    true if the shape is flip vertical]; otherwise, false.
    See Also