SkiaSharpImageBrush Class Properties
In This Topic
For a list of all properties of this type, see
SkiaSharpImageBrush.
Public Properties
| Name | Description |
 | Image | Gets the image associated with this image brush. |
 | IsDrawnInDeviceSpace | Gets or sets a value indicating whether this brush is used in device space. (Inherited from SkiaSharpBrush) |
 | Source | Gets the source object of this brush. (Inherited from SkiaSharpBrush) |
 | TileMode | Gets or sets the tile mode of this image brush. |
 | Transform | Gets or sets the copy of transform, which defines a local geometric transformation for the image associated with this image brush. |
See Also