PowerWEB LiveControls for ASP.NET
Font Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : Font Property



Gets the font properties associated with the Web server control.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public Overrides ReadOnly Property Font As FontInfo
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As FontInfo
 
value = instance.Font
C# 
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public override FontInfo Font {get;}
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public:
property FontInfo^ Font {
   FontInfo^ get() override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.WebControl.Font.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.