Gets or sets whether to automatically resize the viewer overlay tags when the viewer control is resized.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property ViewerAutoSizeOverlayText As Boolean |
C# | |
---|
public static bool ViewerAutoSizeOverlayText {get; set;} |
Managed Extensions for C++ | |
---|
public: __property static bool get_ViewerAutoSizeOverlayText();
public: __property static void set_ViewerAutoSizeOverlayText(
bool value
); |
C++/CLI | |
---|
public:
static property bool ViewerAutoSizeOverlayText {
bool get();
void set (bool value);
} |
Return Value
True to automatically resize the viewer overlay tags when the viewer control is resized.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also