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 5

A Clip background type.

Default 0

A Default background type.

Fit 4

A Fit background type.

Repeat 1

A Repeat background type.

RepeatX 2

A Repeat X background type.

RepeatY 3

A Repeat Y background type.

Applies to