The width of the control.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Layout")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Overrides Property Width As System.Web.UI.WebControls.Unit |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebInput
Dim value As System.Web.UI.WebControls.Unit
instance.Width = value
value = instance.Width |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
public override System.Web.UI.WebControls.Unit Width {get; set;} |
Delphi | |
---|
public read-write property Width: System.Web.UI.WebControls.Unit; override; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.CategoryAttribute("Layout")
ISNet.Serialization.BinarySerializableAttribute()
public override function get,set Width : System.Web.UI.WebControls.Unit |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.Web.UI.WebControls.Unit get_Width() override;
public: __property void set_Width(
System.Web.UI.WebControls.Unit value
) override; |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.CategoryAttribute("Layout")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.Web.UI.WebControls.Unit Width {
System.Web.UI.WebControls.Unit get() override;
void set ( System.Web.UI.WebControls.Unit value) override;
} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also