Class Path
Represents path.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Path : PositionContentElement, IFixedDocumentElement, IAlphaConstantProvider, IStrokeAlphaConstantProvider
Constructors
Path()
Properties
AlphaConstant
Gets or sets the alpha constant. Specifying the constant shape or constant opacity value to be used for nonstroking operations.
Declaration
public double? AlphaConstant { get; set; }
Property Value
System.Nullable<System.Double>
The alpha constant. |
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. |
StrokeAlphaConstant
Gets or sets the stroke alpha constant. Specifying the constant shape or constant opacity value to be used for stroking operations.
Declaration
public double? StrokeAlphaConstant { get; set; }
Property Value
System.Nullable<System.Double>
The stroke alpha constant. |
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. |
Methods
CreateClonedInstance()
Creates the cloned instance.
Declaration
protected override PositionContentElement CreateClonedInstance()
Returns
PositionContentElement
The cloned instance. |