menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FractionValue - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FractionValue

    Inheritance
    System.Object
    FractionValue
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class FractionValue : DependencyObject

    Constructors

    FractionValue()

    Declaration
    public FractionValue()

    Fields

    FractionProperty

    Declaration
    public static readonly DependencyProperty FractionProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ValueProperty

    Declaration
    public static readonly DependencyProperty ValueProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Fraction

    Gets or sets the fraction.

    Declaration
    public double Fraction { get; set; }
    Property Value
    Type Description
    System.Double

    The fraction.

    Value

    Gets or sets the value.

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

    The value.

    Methods

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved