BackgroundRepeatTypes Enum

Definition

Specifies how a BackgroundImage should fill the available space within its container report item.

public enum class BackgroundRepeatTypes
public enum BackgroundRepeatTypes
type BackgroundRepeatTypes = 
Public Enum BackgroundRepeatTypes
Inheritance
BackgroundRepeatTypes

Fields

Clip 2

The image should be clipped to the available space.

Default 0

The default behavior, which is the same as Fit within a Chart and Repeat elsewhere.

Fit 5

The image should stretch to fill the space.

Repeat 1

The image should repeat both horizontally and vertically to fill the space.

RepeatX 3

The image should repeat horizontally to fill the space.

RepeatY 4

The image should repeat vertically to fill the space.

Applies to