TableRow.VerticalAlign プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > TableRow.VerticalAlign プロパティの意味・解説 

TableRow.VerticalAlign プロパティ

行の内容の垂直方向の配置取得または設定します

名前空間: System.Web.UI.WebControls
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Overridable Property
 VerticalAlign As VerticalAlign
Dim instance As TableRow
Dim value As VerticalAlign

value = instance.VerticalAlign

instance.VerticalAlign = value
public virtual VerticalAlign VerticalAlign { get;
 set; }
public:
virtual property VerticalAlign VerticalAlign {
    VerticalAlign get ();
    void set (VerticalAlign value);
}
/** @property */
public VerticalAlign get_VerticalAlign ()

/** @property */
public void set_VerticalAlign (VerticalAlign
 value)
public function get VerticalAlign
 () : VerticalAlign

public function set VerticalAlign
 (value : VerticalAlign)

プロパティ
VerticalAlign 値の 1 つ既定値NotSet です。

解説解説
使用例使用例

VerticalAlign プロパティ使用する方法次の例に示します作業用の完全なコード例については、TableRow クラス概要トピック参照してください

' Create a TableItemStyle object that can be
' set as the default style for all cells
' in the table.
Dim tableStyle As New TableItemStyle()
tableStyle.HorizontalAlign = HorizontalAlign.Center
tableStyle.VerticalAlign = VerticalAlign.Middle
tableStyle.Width = Unit.Pixel(100)
// Create a TableItemStyle object that can be
// set as the default style for all cells
// in the table.
TableItemStyle tableStyle = new TableItemStyle();
tableStyle.HorizontalAlign = HorizontalAlign.Center;
tableStyle.VerticalAlign = VerticalAlign.Middle;
tableStyle.Width = Unit.Pixel(100);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TableRow クラス
TableRow メンバ
System.Web.UI.WebControls 名前空間
VerticalAlign
TableRow.HorizontalAlign プロパティ
その他の技術情報
Table、TableRow、TableCell の各 Web サーバー コントロール



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「TableRow.VerticalAlign プロパティ」の関連用語

TableRow.VerticalAlign プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



TableRow.VerticalAlign プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS