In This Topic
Gets or sets the width of the control.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Property Width As System.String
'Usage
Dim instance As Control
Dim value As System.String
instance.Width = value
value = instance.Width
[C1Ignore()]
public System.string Width {get; set;}
public read-write property Width: System.String;
C1IgnoreAttribute()
public function get,set Width : System.String
[C1Ignore()]
public: __property System.string* get_Width();
public: __property void set_Width(
System.string* value
);
[C1Ignore()]
public:
property System.String^ Width {
System.String^ get();
void set ( System.String^ value);
}
See Also