Class NumericPropertyEditor
Inheritance
Namespace: Telerik.Windows.Media.Imaging.Tools.UI
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class NumericPropertyEditor : Control
Constructors
NumericPropertyEditor()
Declaration
public NumericPropertyEditor()
Fields
MaximumValueProperty
Declaration
public static readonly DependencyProperty MaximumValueProperty
Field Value
System.
|
MinimumValueProperty
Declaration
public static readonly DependencyProperty MinimumValueProperty
Field Value
System.
|
PropertyNameProperty
Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
System.
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.
|
Properties
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
System.
|
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
System.
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Value
Declaration
public double Value { get; set; }
Property Value
System.
|
Methods
BindToProperty(ShaderNumericPropertyAttribute, String, Object)
Declaration
public void BindToProperty(ShaderNumericPropertyAttribute shaderProperty, string propertyName, object source)
Parameters
Shader
|
System.
|
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
Events
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.
|