2.3.91 BackgroundRepeat
The BackgroundRepeat property specifies how a background image is to occupy the available space within its parent container. If this property is specified, it MUST be part of a Style record. If the BackgroundRepeat property is not specified, the default value is used.
-
BackgroundRepeat = backgroundRepeatStart backgroundRepeatValue
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
backgroundRepeatStart |
backgroundRepeatValue |
backgroundRepeatStart (1 byte): A byte that specifies the start of the BackgroundRepeat property. The value of the backgroundRepeatStart field MUST be the following value.
-
Value
Parent
0x23
backgroundRepeatValue (1 byte): A byte that specifies how the background image is to occupy the available space. The value of this field is of type BackgroundRepeatTypes, and it MUST be contained in the BackgroundRepeatTypes enumeration.<55> The default value is 0x00.