Class
PresetGradientsPopupGallery

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.TaskPaneControls

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PresetGradientsPopupGallery : ControlBase

Inheritance: objectControlBasePresetGradientsPopupGallery

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

Constructors

PresetGradientsPopupGallery()

Declaration

cs-api-definition
public PresetGradientsPopupGallery()

Fields

SelectedBrushProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedBrushProperty

Field Value

DependencyProperty

Properties

SelectedBrush

Declaration

cs-api-definition
public Brush SelectedBrush { get; set; }

Property Value

Brush

Methods

InitializeGalleryItems()

Declaration

cs-api-definition
protected void InitializeGalleryItems()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

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.

Events

SelectedBrushChanged

Declaration

cs-api-definition
public event EventHandler SelectedBrushChanged

Event Value

EventHandler