ClassNumericPropertyEditor
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.Tools.UI
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
cs-api-definition
public class NumericPropertyEditor : Control
Inheritance: objectNumericPropertyEditor
Constructors
NumericPropertyEditor()
Declaration
cs-api-definition
public NumericPropertyEditor()
Fields
MaximumValueProperty
Declaration
cs-api-definition
public static readonly DependencyProperty MaximumValueProperty
Field Value
DependencyProperty
MinimumValueProperty
Declaration
cs-api-definition
public static readonly DependencyProperty MinimumValueProperty
Field Value
DependencyProperty
PropertyNameProperty
Declaration
cs-api-definition
public static readonly DependencyProperty PropertyNameProperty
Field Value
DependencyProperty
ValueProperty
Declaration
cs-api-definition
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Methods
BindToProperty(ShaderNumericPropertyAttribute, string, object)
Declaration
cs-api-definition
public void BindToProperty(ShaderNumericPropertyAttribute shaderProperty, string propertyName, object source)
Parameters
shaderProperty
ShaderNumericPropertyAttribute
propertyName
source
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.