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.Windows.DependencyProperty
|
MinimumValueProperty
Declaration
public static readonly DependencyProperty MinimumValueProperty
Field Value
System.Windows.DependencyProperty
|
PropertyNameProperty
Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
System.Windows.DependencyProperty
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
System.Double
|
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
System.Double
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Methods
BindToProperty(ShaderNumericPropertyAttribute, String, Object)
Declaration
public void BindToProperty(ShaderNumericPropertyAttribute shaderProperty, string propertyName, object source)
Parameters
ShaderNumericPropertyAttribute
shaderProperty
|
System.String
propertyName
|
System.Object
source
|
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Events
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|