BackgroundRepeatType Enumeration

Enumeration of Types used for Background Repeating.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public enum BackgroundRepeatType

Members

None0 No Repeat Type specified.
Repeat1 Repeat in XY axis.
NoRepeat2 No Repeat.
RepeatX3 Repeat Horizontally.
RepeatY4 Repeat Vertically.

See Also