Shape.IsFlippedVertically

Shape.IsFlippedVertically property

Gets and sets whether shape is vertically flipped .

public bool IsFlippedVertically { get; set; }

Examples


[C#]
if(shape.IsFlippedVertically == false)
    shape.IsFlippedVertically = true;

See Also