Class
NumericPropertyEditor

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

MaximumValue

Declaration

cs-api-definition
public double MaximumValue { get; set; }

Property Value

double

MinimumValue

Declaration

cs-api-definition
public double MinimumValue { get; set; }

Property Value

double

PropertyName

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

Value

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

Methods

BindToProperty(ShaderNumericPropertyAttribute, string, object)

Declaration

cs-api-definition
public void BindToProperty(ShaderNumericPropertyAttribute shaderProperty, string propertyName, object source)

Parameters

shaderProperty

ShaderNumericPropertyAttribute

propertyName

string

source

object

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

EventArgs

The RoutedEventArgs that contains the event data.

Events

ValueChanged

Declaration

cs-api-definition
public event EventHandler ValueChanged

Event Value

EventHandler