Infragistics(R) NetAdvantage(R) WPF
FlippedHorizontally Property
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > WorksheetShape Class : FlippedHorizontally Property

Gets or sets the value which indicates whether the shape is flipped horizontally along the vertical center line.

Syntax

Visual Basic (Declaration) 
Public Property FlippedHorizontally As Boolean
C# 
public bool FlippedHorizontally {get; set;}

Exceptions

ExceptionDescription
System.InvalidOperationException The value is set to True and this shape doesn't allow flipping or rotating, such as a .

See Also