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