| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Color used within a progress bar, indicating completed portion of file upload.")> <DefaultValueAttribute()> Public Property BarColor As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgBarStyle Dim value As Color instance.BarColor = value value = instance.BarColor | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Color used within a progress bar, indicating completed portion of file upload.")] [DefaultValueAttribute()] public Color BarColor {get; set;} | |
| C++/CLI | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Color used within a progress bar, indicating completed portion of file upload.")] [DefaultValueAttribute()] public: property Color BarColor { Color get(); void set ( Color value); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code