PowerTools SPREAD for ASP.NET 8.0J
BackgroundRepeat プロパティ

オブジェクトの背景画像のタイル表示方法を取得または設定します。
構文
'Declaration
 
Public Property BackgroundRepeat As String
public string BackgroundRepeat {get; set;}

プロパティ値

背景画像のタイル表示方法の設定を含むString
解説

値は次のいずれかです。

"repeat":垂直方向および水平方向にタイル表示します。

"no-repeat":タイル表示しません(画像は繰り返されません)。

"repeat-x":水平方向にのみタイル表示します。

"repeat-y":垂直方向にのみタイル表示します。

詳細については、W3C勧告のCSS(カスケードスタイルシート)レベル1(CSS1)で規定されているbackground-repeatプロパティを参照してください。

参照

Background クラス
Background メンバ

外部

W3C.org CSS1

 

 


© 2003-2015, GrapeCity inc. All rights reserved.