Style.Width プロパティ
Web サーバー コントロールの幅を取得または設定します。
名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文
'宣言
Public Property Width As Unit
'使用
Dim instance As Style
Dim value As Unit
value = instance.Width
instance.Width = value
public Unit Width { get; set; }
public:
property Unit Width {
Unit get ();
void set (Unit value);
}
/** @property */
public Unit get_Width ()
/** @property */
public void set_Width (Unit value)
public function get Width () : Unit
public function set Width (value : Unit)
適用できません。
プロパティ値
Web サーバー コントロールの幅を表す Unit。既定値は Empty です。このプロパティが設定されていないことを示します。
例外
例外の種類 | 条件 |
---|---|
Unit の Value プロパティが負の値です。 |
解説
Width プロパティを使用して、Web サーバー コントロールの幅を指定または確認します。このプロパティは Unit を使用して設定します。
トピック | 場所 |
---|---|
方法 : TextBox Web サーバー コントロールに複数行入力を指定する | Visual Studio ASP .NET での Web アプリケーションの作成 |
方法 : TextBox Web サーバー コントロールに複数行入力を指定する | Visual Studio ASP .NET での Web アプリケーションの作成 |
方法 : TextBox Web サーバー コントロールに複数行入力を指定する | ASP .NET Web アプリケーションの作成 |
プラットフォーム
Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition
Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。
バージョン情報
.NET Framework
サポート対象 : 3.0,2.0,1.1,1.0
参照
関連項目
Style クラス
Style メンバ
System.Web.UI.WebControls 名前空間
Unit
その他の技術情報
ASP.NET Web サーバー コントロールと CSS スタイル
ASP.NET Web サーバー コントロールとブラウザの機能