Gets or sets the size of the viewer overlay tag in pixels.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property ViewerOverlayTextSize As Integer |
C# | |
---|
public static int ViewerOverlayTextSize {get; set;} |
Managed Extensions for C++ | |
---|
public: __property static int get_ViewerOverlayTextSize();
public: __property static void set_ViewerOverlayTextSize(
int value
); |
C++/CLI | |
---|
public:
static property int ViewerOverlayTextSize {
int get();
void set (int value);
} |
Return Value
An
Int32 number representing the size of the viewer overlay tag.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also