Class PercentComboBox
Inheritance
System.Object
PercentComboBox
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class PercentComboBox : Control
Constructors
PercentComboBox()
Declaration
public PercentComboBox()
Fields
RadComboBoxName
Declaration
public const string RadComboBoxName = "comboPercent"
Field Value
System.String
|
Properties
Percent
Declaration
public int Percent { get; set; }
Property Value
System.Int32
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Events
PercentChanged
Declaration
public event EventHandler PercentChanged
Event Type
System.EventHandler
|