ImageBrushRepeat Enumeration

How the image brush will repeat.

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public enum ImageBrushRepeat
Members
Member nameValueDescription
Repeat0 The background image will be repeated both vertically and horizontally.
NoRepeat1 The background-image will not be repeated.
See Also