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