Visual Basic (Declaration) | |
---|---|
<NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> <DartDescriptionAttribute("Alignment of the Cancel Button within the ProgressPanel.")> Public Property ButtonAlign As ButtonAlign |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CancelButtonStyle Dim value As ButtonAlign instance.ButtonAlign = value value = instance.ButtonAlign |
C# | |
---|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [DartDescriptionAttribute("Alignment of the Cancel Button within the ProgressPanel.")] public ButtonAlign ButtonAlign {get; set;} |
C++/CLI | |
---|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [DartDescriptionAttribute("Alignment of the Cancel Button within the ProgressPanel.")] public: property ButtonAlign ButtonAlign { ButtonAlign get(); void set ( ButtonAlign value); } |
Target Platforms: Microsoft .NET Framework 2.0