menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PathFigure - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PathFigure

    Inheritance
    System.Object
    PathFigure
    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 PathFigure

    Constructors

    PathFigure()

    Initialise the new instance of the Path figure.

    Declaration
    public PathFigure()

    Properties

    IsClosed

    Declaration
    public bool IsClosed { get; set; }
    Property Value
    Type
    System.Boolean

    IsFilled

    Declaration
    public bool IsFilled { get; set; }
    Property Value
    Type
    System.Boolean

    Items

    Declaration
    public object[] Items { get; set; }
    Property Value
    Type
    System.Object[]

    StartPoint

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