'Declaration
<System.ComponentModel.NotifyParentPropertyAttribute(True)> <WebSysDescriptionAttribute("The font used for text within the control.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <WebCategoryAttribute("Appearance")> Public Overridable ReadOnly Property Font As System.Web.UI.WebControls.FontInfo
'Usage
Dim instance As History Dim value As System.Web.UI.WebControls.FontInfo value = instance.Font
[System.ComponentModel.NotifyParentProperty(true)] [WebSysDescription("The font used for text within the control.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [WebCategory("Appearance")] public virtual System.Web.UI.WebControls.FontInfo Font {get;}