This document is archived and information here might be outdated. Recommended version. |
Determines whether the feedback symbol scales with the display.
[Visual Basic .NET]
Public Property SymbolIsWYSIWYG As Boolean
[C#]
public bool SymbolIsWYSIWYG {get; set;}
[C++]
HRESULT get_SymbolIsWYSIWYG(
Boolean* isWYSIWYG
);
[C++]
HRESULT put_SymbolIsWYSIWYG(
VARIANT_BOOL isWYSIWYG
);
[C++] Parameters isWYSIWYG [out, retval]
isWYSIWYG is a parameter of type bool* isWYSIWYG [in]
isWYSIWYG is a parameter of type bool