Enum RepeatStyle
Indicates which type of background image is in format.
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public enum RepeatStyle
Fields
Name | Description |
---|---|
NoRepeat | Image does not repeat. |
Repeat | Image repeats by X and by Y. |
RepeatX | Image repeats by X. |
RepeatY | Image repeats by Y. |
Unknown | Unknown type. |