MESCIUS SPREAD for ASP.NET 10.0J
BackgroundPosition プロパティ

オブジェクトの背景の位置を取得または設定します。
構文
'Declaration
 
Public Property BackgroundPosition As String
public string BackgroundPosition {get; set;}

プロパティ値

背景画像の位置を含むString(下記を参照)
解説

位置はW3C勧告のCSS(カスケードスタイルシート)レベル1(CSS1)によって定義されています。

[<パーセント> | <長さ>]{1,2} | [top | center | bottom] || [left | center | right]

たとえば、"100% 100%"は"bottom right"および"right bottom"と同じで、"0% 0%"は"top left"および"left top"と同じです。

参照

Background クラス
Background メンバ

外部

W3C.org CSS1

 

 


© MESCIUS inc. All rights reserved.