Class ImageBrush
Inheritance
System.Object
ImageBrush
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class ImageBrush : Object
Constructors
ImageBrush()
Initialise the new instance of the Image Brush.
Declaration
Properties
Declaration
public Transform ImageBrushTransform { get; set; }
Property Value
ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
Key
Declaration
public string Key { get; set; }
Property Value
Opacity
Declaration
public double Opacity { get; set; }
Property Value
TileMode
Declaration
public TileMode TileMode { get; set; }
Property Value
Declaration
public string Transform { get; set; }
Property Value
Viewbox
Declaration
public string Viewbox { get; set; }
Property Value
ViewboxUnits
Declaration
public ViewUnits ViewboxUnits { get; set; }
Property Value
Viewport
Declaration
public string Viewport { get; set; }
Property Value
ViewportUnits
Declaration
public ViewUnits ViewportUnits { get; set; }
Property Value