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 |