Visual Basic (Declaration) | |
---|---|
Public Property RightBorderStyle As BorderLineStyle |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BorderFrame Dim value As BorderLineStyle instance.RightBorderStyle = value value = instance.RightBorderStyle |
C# | |
---|---|
public BorderLineStyle RightBorderStyle {get; set;} |
Delphi | |
---|---|
public read-write property RightBorderStyle: BorderLineStyle; |
JScript | |
---|---|
public function get,set RightBorderStyle : BorderLineStyle |
Managed Extensions for C++ | |
---|---|
public: __property BorderLineStyle get_RightBorderStyle(); public: __property void set_RightBorderStyle( BorderLineStyle value ); |
C++/CLI | |
---|---|
public: property BorderLineStyle RightBorderStyle { 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