Class ShaderPropertyAttributeBase
Inheritance
System.Object
ShaderPropertyAttributeBase
Namespace: Telerik.Windows.Media.Imaging.ShaderEffects
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public abstract class ShaderPropertyAttributeBase : Attribute
Constructors
ShaderPropertyAttributeBase()
Declaration
protected ShaderPropertyAttributeBase()
Properties
Priority
Declaration
public int Priority { get; set; }
Property Value
System.Int32
|
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
System.String
|