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()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Events
PercentChanged
Declaration
public event EventHandler PercentChanged
Event Type
System.EventHandler
|