Gets or sets the font info of upload control text elements.
Namespace:
ElementIT.UltimateUploader
Assembly:
ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)
Syntax
C# |
---|
public override FontInfo Font { get; } |
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property Font As FontInfo |
Visual C++ |
---|
public:
virtual property FontInfo^ Font {
FontInfo^ get () override;
} |
Field Value
Return Value
A
FontInfo that represents the font properties of the Web server control.
See Also