| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> Public Property TextAlign As HorizontalAlign | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As StatusStyle Dim value As HorizontalAlign instance.TextAlign = value value = instance.TextAlign | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public HorizontalAlign TextAlign {get; set;} | |
| C++/CLI | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public: property HorizontalAlign TextAlign { HorizontalAlign get(); void set ( HorizontalAlign value); } | |
Property Value
The default value is HorizontalAlign.NotSet.Target Platforms: Microsoft .NET Framework 2.0
Copy Code