ImageBrush Class

Represents an image brush.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBrush
    Dundas.BI.Entities.ViewsImageBrush

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 class ImageBrush : Brush

The ImageBrush type exposes the following members.

Constructors
 NameDescription
Public methodImageBrush Initializes a new instance of the ImageBrush class.
Top
Properties
 NameDescription
Public propertyBrushType Gets the brush type.
(Overrides BrushBrushType)
Public propertyImageHeight Gets or sets the last known height of the image. This is used when SVG rendering is required for 'auto' or 'repeat' modes.
Public propertyImageWidth Gets or sets the last known width of the image. This is used when SVG rendering is required for 'auto' or 'repeat' modes.
Public propertyRepeat Gets or sets how the image brush will repeat itself.
Public propertySize Gets or sets how the image brush will size itself.
Public propertySource Gets or sets the source of the image.
Top
See Also