VisualBrush Class
Inheritance
System.Object
VisualBrush
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()
Assembly: Syncfusion.Pdf.Base.dll
Syntax
Constructors
VisualBrush()
Initialise the new instance of the Visual brush.
Declaration
Properties
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
Visual
Declaration
public string Visual { get; set; }
Property Value
Declaration
public Transform VisualBrushTransform { get; set; }
Property Value
VisualBrushVisual
Declaration
public Visual VisualBrushVisual { get; set; }
Property Value