ImageBrush Class
Inheritance
System.Object
ImageBrush
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class ImageBrush
Constructors
ImageBrush()
Initialise the new instance of the Image Brush.
Declaration
public ImageBrush()
Properties
ImageBrushTransform
Declaration
public Transform ImageBrushTransform { get; set; }
Property Value
Type |
---|
Transform |
ImageSource
Declaration
public string ImageSource { get; set; }
Property Value
Type |
---|
System.String |
Key
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
TileMode
Declaration
public TileMode TileMode { get; set; }
Property Value
Type |
---|
TileMode |
Transform
Declaration
public string Transform { get; set; }
Property Value
Type |
---|
System.String |
Viewbox
Declaration
public string Viewbox { get; set; }
Property Value
Type |
---|
System.String |
ViewboxUnits
Declaration
public ViewUnits ViewboxUnits { get; set; }
Property Value
Type |
---|
ViewUnits |
Viewport
Declaration
public string Viewport { get; set; }
Property Value
Type |
---|
System.String |
ViewportUnits
Declaration
public ViewUnits ViewportUnits { get; set; }
Property Value
Type |
---|
ViewUnits |