backgroundPositionY property
The y-coordinate of the IHTMLRuleStyle::backgroundPosition property.
Syntax
Integer value = object.put_backgroundPositionY(Variant v);Integer value = object.get_backgroundPositionY(Variant* iPositionY);
Property values
Type: VARIANT
length (length)
-
Floating-point number, followed by a supported length unit.
percentage (percentage)
-
Integer, followed by a percent sign (%). The value is a percentage of the height of the object.
Value Meaning 0% vAlignment (vAlignment)
-
Vertical alignment value.
Value Meaning top Vertical alignment is at the top.
center Vertical alignment is centered.
bottom Vertical alignment is at the bottom.
String format
<length>
|
<percentage>
| top | center | bottom
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | 0% |
Standards information
There are no standards that apply here.
Remarks
Starting in Windows Internet Explorer 8, the IHTMLRuleStyle::backgroundPositionY property is an extension to Cascading Style Sheets (CSS), and can be used as a synonym for background-position-y in IE8 Standards mode.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012