'Declaration Public Enum BackgroundRepeat Inherits System.Enum
public enum BackgroundRepeat : System.Enum
'Declaration Public Enum BackgroundRepeat Inherits System.Enum
public enum BackgroundRepeat : System.Enum
Member | Description |
---|---|
NoRepeat | Indicates that this image is rendered once and does not repeat. |
Repeat | Indicates that the image repeats horizontally and vertically in the background. |
RepeatX | Indicates that this image repeats horizontally in the background. |
RepeatY | Indicates that this image repeats vertically in the background. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.BackgroundRepeat