skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class Path

Represents path.

Inheritance
System.Object
FixedDocumentElementBase
ContentElementBase
PositionContentElement
Path
Inherited Members
PositionContentElement.Position
ContentElementBase.Clipping
FixedDocumentElementBase.Parent
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: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public class Path : PositionContentElement, IFixedDocumentElement

Constructors

Path()

Initializes a new instance of the Path class.

Declaration
public Path()

Properties

Fill

Gets or sets the fill color.

Declaration
public ColorBase Fill { get; set; }
Property Value
ColorBase

The fill color.

Geometry

Gets or sets the geometry.

Declaration
public GeometryBase Geometry { get; set; }
Property Value
GeometryBase

The geometry.

IsFilled

Gets or sets if the path figure is filled.

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

If the path figure is filled.

IsStroked

Gets or sets the is stroked.

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

The is stroked.

MiterLimit

Gets or sets the miter limit.

Declaration
public double? MiterLimit { get; set; }
Property Value
System.Nullable<System.Double>

The miter limit.

Stroke

Gets or sets the stroke color.

Declaration
public ColorBase Stroke { get; set; }
Property Value
ColorBase

The stroke color.

StrokeDashArray

Gets or sets the stroke dash array.

Declaration
public IEnumerable<double> StrokeDashArray { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Double>

The stroke dash array.

StrokeDashOffset

Gets or sets the stroke dash offset.

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

The stroke dash offset.

StrokeLineCap

Gets or sets the stroke line cap.

Declaration
public LineCap StrokeLineCap { get; set; }
Property Value
LineCap

The stroke line cap.

StrokeLineJoin

Gets or sets the stroke line join.

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

The stroke line join.

StrokeThickness

Gets or sets the width of the stroke line.

Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double

The width of the stroke line.

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.