This document is archived and information here might be outdated. Recommended version. |
Indicates if the stretch is inverted.
[Visual Basic .NET]
Public Property Invert As Boolean
[C#]
public bool Invert {get; set;}
[C++]
HRESULT get_Invert(
VARIANT_BOOL pInvert
);
[C++]
HRESULT put_Invert(
Boolean* pInvert
);
[C++] Parameters pInvert [in]
pInvert is a parameter of type bool pInvert [out, retval]
pInvert is a parameter of type bool*