| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <CategoryAttribute("Appearance")> <DartDescriptionAttribute("The label used to identify minutes for all time unit labels. The default is 'min.'.")> <DefaultValueAttribute()> Public Property MinuteUnitLabel As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ProgressPanel Dim value As String instance.MinuteUnitLabel = value value = instance.MinuteUnitLabel | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] [DartDescriptionAttribute("The label used to identify minutes for all time unit labels. The default is 'min.'.")] [DefaultValueAttribute()] public string MinuteUnitLabel {get; set;} | |
| C++/CLI | |
|---|---|
[NotifyParentPropertyAttribute(true)] [CategoryAttribute("Appearance")] [DartDescriptionAttribute("The label used to identify minutes for all time unit labels. The default is 'min.'.")] [DefaultValueAttribute()] public: property String^ MinuteUnitLabel { String^ get(); void set ( String^ value); } | |
Target Platforms: Microsoft .NET Framework 2.0
Copy Code