# StyleBackgroundRepeat

> Creates a new StyleBackgroundRepeat from either a BackgroundRepeat or a StyleKeyword.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## StyleBackgroundRepeat(BackgroundRepeat)

Creates a new StyleBackgroundRepeat from either a [BackgroundRepeat](/engine/6000.5/script-reference/unityengine/uielements/backgroundrepeat.md) or a [StyleKeyword](/engine/6000.5/script-reference/unityengine/uielements/stylekeyword.md).

```csharp
public StyleBackgroundRepeat(BackgroundRepeat v)
```

### Parameters

**** (\[BackgroundRepeat]\(/engine/6000.5/script-reference/unityengine/uielements/backgroundrepeat)):&#x20;

## StyleBackgroundRepeat(StyleKeyword)

Creates a new StyleBackgroundRepeat from either a [BackgroundRepeat](/engine/6000.5/script-reference/unityengine/uielements/backgroundrepeat.md) or a [StyleKeyword](/engine/6000.5/script-reference/unityengine/uielements/stylekeyword.md).

```csharp
public StyleBackgroundRepeat(StyleKeyword keyword)
```

### Parameters

**** (\[StyleKeyword]\(/engine/6000.5/script-reference/unityengine/uielements/stylekeyword)):&#x20;
