menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PathGeometry

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

    Constructors

    PathGeometry()

    Initialise the new instance of the Path geometry.

    Declaration
    public PathGeometry()

    Properties

    Figures

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

    FillRule

    Declaration
    public FillRule FillRule { get; set; }
    Property Value
    Type
    FillRule

    Key

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

    PathFigure

    Declaration
    public PathFigure[] PathFigure { get; set; }
    Property Value
    Type
    PathFigure[]

    PathGeometryTransform

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

    Transform

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