menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageBrush - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageBrush

    Inheritance
    System.Object
    ImageBrush
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
    Syntax
    public class ImageBrush : Object

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved