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(); } |
Target Platforms: Microsoft .NET Framework 2.0