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


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

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

SharedStyleProperties

NonSharedStyleProperties

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.