Class ShaderNumericPropertyAttribute
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class ShaderNumericPropertyAttribute : ShaderPropertyAttributeBase
Constructors
ShaderNumericPropertyAttribute(Double, Double, Double)
Declaration
public ShaderNumericPropertyAttribute(double defaultValue, double minimumValue, double maximumValue)
Parameters
System.Double
defaultValue
|
System.Double
minimumValue
|
System.Double
maximumValue
|
Properties
DefaultValue
Declaration
public double DefaultValue { get; set; }
Property Value
System.Double
|
MaximumValue
Declaration
public double MaximumValue { get; set; }
Property Value
System.Double
|
MinimumValue
Declaration
public double MinimumValue { get; set; }
Property Value
System.Double
|