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


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

    Property Value

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