PowerWEB File Upload for ASP.NET
LabelFont Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ProgressPanel Class : LabelFont Property



Gets or sets the Font for the ProgressPanel labels.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DartDescriptionAttribute("Controls the appearance of ProgressPanel labels.")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property LabelFont As FontInfo
Visual Basic (Usage)Copy Code
Dim instance As ProgressPanel
Dim value As FontInfo
 
value = instance.LabelFont
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("Controls the appearance of ProgressPanel labels.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public FontInfo LabelFont {get;}
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DartDescriptionAttribute("Controls the appearance of ProgressPanel labels.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property FontInfo^ LabelFont {
   FontInfo^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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