Class
ColorAndTransparencyPicker

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ColorAndTransparencyPicker : ControlBase

Inheritance: objectControlBaseColorAndTransparencyPicker

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

ColorAndTransparencyPicker()

Declaration

cs-api-definition
public ColorAndTransparencyPicker()

Fields

SelectedColorProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedColorProperty

Field Value

DependencyProperty

SelectedTransparencyProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedTransparencyProperty

Field Value

DependencyProperty

Properties

SelectedColor

Declaration

cs-api-definition
public Color SelectedColor { get; set; }

Property Value

Color

SelectedTransparency

Declaration

cs-api-definition
public double SelectedTransparency { get; set; }

Property Value

double

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.