Class PathFractions
Inheritance
System.Object
PathFractions
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class PathFractions : DependencyObject
Constructors
PathFractions()
Initializes a new instance of the PathFractions class.
Declaration
public PathFractions()
PathFractions(Double)
Initializes a new instance of the PathFractions class.
Declaration
public PathFractions(double pathFraction)
Parameters
Type | Name | Description |
---|---|---|
System.Double | pathFraction | The path fraction. |
Fields
PathFractionProperty
Declaration
public static readonly DependencyProperty PathFractionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
PathFraction
Gets or sets the path fraction.
Declaration
public double PathFraction { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The path fraction. |