FarPoint.Web.Spread 名前空間 > Background クラス : BackgroundPosition プロパティ |
'Declaration
Public Property BackgroundPosition As String
public string BackgroundPosition {get; set;}
位置はW3C勧告のCSS(カスケードスタイルシート)レベル1(CSS1)によって定義されています。
[<パーセント> | <長さ>]{1,2} | [top | center | bottom] || [left | center | right]
たとえば、"100% 100%"は"bottom right"および"right bottom"と同じで、"0% 0%"は"top left"および"left top"と同じです。