Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Overrides Public ReadOnly Property Font As FontInfo |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WebThumbnailViewer Dim value As FontInfo value = instance.Font |
C# | |
---|---|
[BrowsableAttribute(false)] public override FontInfo Font {get;} |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property FontInfo^ Font override { FontInfo^ get(); } |
Property Value
A System.Web.UI.WebControls.FontInfo that represents the font properties of the Web server control.For more information refer to WebControl.Font property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7