'Declaration Public Property BackgroundRepeat As ExpressionInfo
public ExpressionInfo BackgroundRepeat {get; set;}
'Declaration Public Property BackgroundRepeat As ExpressionInfo
public ExpressionInfo BackgroundRepeat {get; set;}
Valid values are listed in the table below.
Enumerated Value | Description |
---|---|
Repeat | An image repeats horizontally and vertically in the background. |
NoRepeat | An image is rendered once and does not repeat. |
RepeatX | An image repeats horizontally in the background. |
RepeatY | An image repeats vertically in the background. |