Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ColorAndTransparencyPicker : ControlBase
Inheritance: objectControlBaseColorAndTransparencyPicker
Inherited Members
Constructors
C#
public ColorAndTransparencyPicker()
Fields
SelectedColorProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedColorProperty
SelectedTransparencyProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedTransparencyProperty
Properties
SelectedColor
Color
C#
public Color SelectedColor { get; set; }
C#
public double SelectedTransparency { get; set; }
Methods
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.