This document is archived and information here might be outdated. Recommended version. |
Indicates whether to flip the text.
[Visual Basic .NET] Public Property Flip As Boolean
[C#] public bool Flip {get; set;}
[C++]
HRESULT get_Flip(
Boolean* Flip
);
[C++]
HRESULT put_Flip(
VARIANT_BOOL Flip
);
[C++]
Parameters Flip [out, retval]
Flip is a parameter of type bool* Flip [in]
Flip is a parameter of type bool