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