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