menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class VisualBrush

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

    Constructors

    VisualBrush()

    Initialise the new instance of the Visual brush.

    Declaration
    public VisualBrush()

    Properties

    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

    Visual

    Declaration
    public string Visual { get; set; }
    Property Value
    Type
    System.String

    VisualBrushTransform

    Declaration
    public Transform VisualBrushTransform { get; set; }
    Property Value
    Type
    Transform

    VisualBrushVisual

    Declaration
    public Visual VisualBrushVisual { get; set; }
    Property Value
    Type
    Visual
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved