Class SnapshotImage
A background image for a Snapshot.
public class SnapshotImage
- Inheritance
-
SnapshotImage
- Inherited Members
Properties
Canvas
Gets or sets the optional canvas to fit the image into. If not specified, the image will have the same size of the SVG container, and placed at its top-left corner (0,0).
public Rectangle? Canvas { get; set; }
Property Value
Opacity
Gets or sets the default background image opacity. If not specified this is equal to 0. So, to show the image you should specify an opacity value here, or set it later.
public double Opacity { get; set; }
Property Value
Url
Gets or sets the image source URL.
public string Url { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()