| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Label which identifies the upload speed.")> <DefaultValueAttribute()> <CategoryAttribute("Appearance")> Public Property UploadSpeedLabel As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel Dim value As String instance.UploadSpeedLabel = value value = instance.UploadSpeedLabel | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Label which identifies the upload speed.")] [DefaultValueAttribute()] [CategoryAttribute("Appearance")] public string UploadSpeedLabel {get; set;} | |
| C++/CLI | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Label which identifies the upload speed.")] [DefaultValueAttribute()] [CategoryAttribute("Appearance")] public: property String^ UploadSpeedLabel { String^ get(); void set ( String^ value); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code