WPF

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

    Show / Hide Table of Contents

    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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved