| Visual Basic (Declaration) | |
|---|---|
Public Property BorderPen As PenDefinition | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PenDefinition BorderPen {get; set;} | |
| Delphi | |
|---|---|
public read-write property BorderPen: PenDefinition; | |
| JScript | |
|---|---|
public function get,set BorderPen : PenDefinition | |
| Managed Extensions for C++ | |
|---|---|
public: __property PenDefinition* get_BorderPen(); public: __property void set_BorderPen( PenDefinition* value ); | |
| C++/CLI | |
|---|---|
public: property PenDefinition^ BorderPen { PenDefinition^ get(); void set (PenDefinition^ value); } | |
Return Value
A reference to a PenDefinition, this property defines theThe BorderWidth property determines the width of the border surrounding the CollapsingGroupPanel.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family