Gets or sets whether the overlay will be flipped along its X axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property FlipX() As Boolean |
[C#] |
---|
public bool FlipX {get; set;} |
[Managed C++] |
---|
public: __property bool get_FlipX(); |
[Unmanaged C++] |
---|
public: HRESULT get_FlipX( VARIANT_BOOL * pRetVal ); public: HRESULT put_FlipX( VARIANT_BOOL FlipX ); |
[Java] |
---|
public bool getFlipX(); public void setFlipX( bool ); |