Visual Basic (Declaration) | |
---|---|
<NotifyParentPropertyAttribute(True)> <DartDescriptionAttribute("Location of the ProgressBar(s). The default is 'Top'.")> <DefaultValueAttribute()> Public Property ProgressBarLocation As ProgressBarLocation |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ProgressPanel Dim value As ProgressBarLocation instance.ProgressBarLocation = value value = instance.ProgressBarLocation |
C# | |
---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Location of the ProgressBar(s). The default is 'Top'.")] [DefaultValueAttribute()] public ProgressBarLocation ProgressBarLocation {get; set;} |
C++/CLI | |
---|---|
[NotifyParentPropertyAttribute(true)] [DartDescriptionAttribute("Location of the ProgressBar(s). The default is 'Top'.")] [DefaultValueAttribute()] public: property ProgressBarLocation ProgressBarLocation { ProgressBarLocation get(); void set ( ProgressBarLocation value); } |
Target Platforms: Microsoft .NET Framework 2.0