| Visual Basic (Declaration) | |
|---|---|
Public Property Style As BorderLineStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BorderStyleDefinition Dim value As BorderLineStyle instance.Style = value value = instance.Style | |
| C# | |
|---|---|
public BorderLineStyle Style {get; set;} | |
| Delphi | |
|---|---|
public read-write property Style: BorderLineStyle; | |
| JScript | |
|---|---|
public function get,set Style : BorderLineStyle | |
| Managed Extensions for C++ | |
|---|---|
public: __property BorderLineStyle get_Style(); public: __property void set_Style( BorderLineStyle value ); | |
| C++/CLI | |
|---|---|
public: property BorderLineStyle Style { BorderLineStyle get(); void set ( BorderLineStyle value); } | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family