Path Class
  
  
  
  
    Inheritance
    System.Object
    Path
   
  
  Assembly: Syncfusion.Pdf.Base.dll
  Syntax
  
    public class Path : Object
   
  Constructors
  
  
  
  
  Path()
  Initialise the new instance of the Path.
 
  
  Declaration
  
  Properties
  
  
  
  
  AutomationPropertiesHelpText
  
  
  Declaration
  
    public string AutomationPropertiesHelpText { get; set; }
   
  Property Value
  
  
  
  
  AutomationPropertiesName
  
  
  Declaration
  
    public string AutomationPropertiesName { get; set; }
   
  Property Value
  
  
  
  
  Clip
  
  
  Declaration
  
    public string Clip { get; set; }
   
  Property Value
  
  
  
  
  Data
  
  
  Declaration
  
    public string Data { get; set; }
   
  Property Value
  
  
  
  
  Fill
  
  
  Declaration
  
    public string Fill { get; set; }
   
  Property Value
  
  
  
  
  FixedPageNavigateUri
  
  
  Declaration
  
    public string FixedPageNavigateUri { get; set; }
   
  Property Value
  
  
  
  
  Key
  
  
  Declaration
  
    public string Key { get; set; }
   
  Property Value
  
  
  
  
  lang
  
  
  Declaration
  
    public string lang { get; set; }
   
  Property Value
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  
  
  Opacity
  
  
  Declaration
  
    public double Opacity { get; set; }
   
  Property Value
  
  
  
  
  OpacityMask
  
  
  Declaration
  
    public string OpacityMask { get; set; }
   
  Property Value
  
  
  
  
  PathClip
  
  
  Declaration
  
    public Geometry PathClip { get; set; }
   
  Property Value
  
  
  
  
  PathData
  
  
  Declaration
  
    public Geometry PathData { get; set; }
   
  Property Value
  
  
  
  
  PathFill
  
  
  Declaration
  
    public Brush PathFill { get; set; }
   
  Property Value
  
  
  
  
  PathOpacityMask
  
  
  Declaration
  
    public Brush PathOpacityMask { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public Transform PathRenderTransform { get; set; }
   
  Property Value
  
  
  
  
  PathStroke
  
  
  Declaration
  
    public Brush PathStroke { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string RenderTransform { get; set; }
   
  Property Value
  
  
  
  
  SnapsToDevicePixels
  
  
  Declaration
  
    public bool SnapsToDevicePixels { get; set; }
   
  Property Value
  
  
  
  
  SnapsToDevicePixelsSpecified
  
  
  Declaration
  
    public bool SnapsToDevicePixelsSpecified { get; set; }
   
  Property Value
  
  
  
  
  Stroke
  
  
  Declaration
  
    public string Stroke { get; set; }
   
  Property Value
  
  
  
  
  StrokeDashArray
  
  
  Declaration
  
    public string StrokeDashArray { get; set; }
   
  Property Value
  
  
  
  
  StrokeDashCap
  
  
  Declaration
  
    public DashCap StrokeDashCap { get; set; }
   
  Property Value
  
  
  
  
  StrokeDashOffset
  
  
  Declaration
  
    public double StrokeDashOffset { get; set; }
   
  Property Value
  
  
  
  
  StrokeEndLineCap
  
  
  Declaration
  
    public LineCap StrokeEndLineCap { get; set; }
   
  Property Value
  
  
  
  
  StrokeLineJoin
  
  
  Declaration
  
    public LineJoin StrokeLineJoin { get; set; }
   
  Property Value
  
  
  
  
  StrokeMiterLimit
  
  
  Declaration
  
    public double StrokeMiterLimit { get; set; }
   
  Property Value
  
  
  
  
  StrokeStartLineCap
  
  
  Declaration
  
    public LineCap StrokeStartLineCap { get; set; }
   
  Property Value
  
  
  
  
  StrokeThickness
  
  
  Declaration
  
    public double StrokeThickness { get; set; }
   
  Property Value