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 public ICanvasImage Image { get; set; }
Property Value
Type:
ICanvasImageRemarks
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