Class RepeatStyle
Indicates which type of background image is in format.
Inheritance
System.Object
RepeatStyle
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class RepeatStyle : Enum
Fields
NoRepeat
Image does not repeat.
Declaration
public const RepeatStyle NoRepeat
Field Value
| Type |
|---|
| RepeatStyle |
Repeat
Image repeats by X and by Y.
Declaration
public const RepeatStyle Repeat
Field Value
| Type |
|---|
| RepeatStyle |
RepeatX
Image repeats by X.
Declaration
public const RepeatStyle RepeatX
Field Value
| Type |
|---|
| RepeatStyle |
RepeatY
Image repeats by Y.
Declaration
public const RepeatStyle RepeatY
Field Value
| Type |
|---|
| RepeatStyle |
Unknown
Unknown type.
Declaration
public const RepeatStyle Unknown
Field Value
| Type |
|---|
| RepeatStyle |