New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Media.Imaging.Tools.UI

Assembly:Telerik.Windows.Controls.ImageEditor.dll

Syntax:

C#
public class NumericPropertyEditor : Control

Inheritance: objectNumericPropertyEditor

Constructors

C#
public NumericPropertyEditor()

Fields

MaximumValueProperty

DependencyProperty

C#
public static readonly DependencyProperty MaximumValueProperty

MinimumValueProperty

DependencyProperty

C#
public static readonly DependencyProperty MinimumValueProperty

PropertyNameProperty

DependencyProperty

C#
public static readonly DependencyProperty PropertyNameProperty

ValueProperty

DependencyProperty

C#
public static readonly DependencyProperty ValueProperty

Properties

C#
public double MaximumValue { get; set; }
C#
public double MinimumValue { get; set; }
C#
public string PropertyName { get; set; }
C#
public double Value { get; set; }

Methods

C#
public void BindToProperty(ShaderNumericPropertyAttribute shaderProperty, string propertyName, object source)
Parameters:shaderPropertyShaderNumericPropertyAttributepropertyNamestringsourceobject

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Events

C#
public event EventHandler ValueChanged