| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Display the estimated data transfer rate.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> Public Property ShowUploadSpeed As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel Dim value As Boolean instance.ShowUploadSpeed = value value = instance.ShowUploadSpeed | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Display the estimated data transfer rate.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] public bool ShowUploadSpeed {get; set;} | |
| C++/CLI | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Display the estimated data transfer rate.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] public: property bool ShowUploadSpeed { bool get(); void set ( bool value); } | |
Property Value
The default value is true.Target Platforms: Microsoft .NET Framework 2.0
Copy Code