ImageBrushRepeat Enumeration |
How the image brush will repeat.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic enum ImageBrushRepeat
Public Enumeration ImageBrushRepeat
public enum class ImageBrushRepeat
Members| Member name | Value | Description |
|---|
| Repeat | 0 |
The background image will be repeated both vertically and horizontally.
|
| NoRepeat | 1 |
The background-image will not be repeated.
|
See Also