Click or drag to resize
CanvasImageBrushImage Property
Specifies an image used for the brush.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public ICanvasImage Image { get; set; }

Property Value

Type: ICanvasImage
Remarks
This property is allowed to be set to null. However, it must be set to non-null whenever the brush is used for drawing.
See Also