menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Path

    Show / Hide Table of Contents

    Class Path

    Inheritance
    System.Object
    Path
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class Path

    Constructors

    Path()

    Initialise the new instance of the Path.

    Declaration
    public Path()

    Properties

    AutomationPropertiesHelpText

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

    AutomationPropertiesName

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

    Clip

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

    Data

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

    Fill

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

    FixedPageNavigateUri

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

    Key

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

    lang

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

    Name

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

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    OpacityMask

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

    PathClip

    Declaration
    public Geometry PathClip { get; set; }
    Property Value
    Type Description
    Geometry

    PathData

    Declaration
    public Geometry PathData { get; set; }
    Property Value
    Type Description
    Geometry

    PathFill

    Declaration
    public Brush PathFill { get; set; }
    Property Value
    Type Description
    Brush

    PathOpacityMask

    Declaration
    public Brush PathOpacityMask { get; set; }
    Property Value
    Type Description
    Brush

    PathRenderTransform

    Declaration
    public Transform PathRenderTransform { get; set; }
    Property Value
    Type Description
    Transform

    PathStroke

    Declaration
    public Brush PathStroke { get; set; }
    Property Value
    Type Description
    Brush

    RenderTransform

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

    SnapsToDevicePixels

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

    SnapsToDevicePixelsSpecified

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

    Stroke

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

    StrokeDashArray

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

    StrokeDashCap

    Declaration
    public DashCap StrokeDashCap { get; set; }
    Property Value
    Type Description
    DashCap

    StrokeDashOffset

    Declaration
    public double StrokeDashOffset { get; set; }
    Property Value
    Type Description
    System.Double

    StrokeEndLineCap

    Declaration
    public LineCap StrokeEndLineCap { get; set; }
    Property Value
    Type Description
    LineCap

    StrokeLineJoin

    Declaration
    public LineJoin StrokeLineJoin { get; set; }
    Property Value
    Type Description
    LineJoin

    StrokeMiterLimit

    Declaration
    public double StrokeMiterLimit { get; set; }
    Property Value
    Type Description
    System.Double

    StrokeStartLineCap

    Declaration
    public LineCap StrokeStartLineCap { get; set; }
    Property Value
    Type Description
    LineCap

    StrokeThickness

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