Class
GradientsGallery

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class GradientsGallery : PopupGalleryBase<GradientsGalleryItem>

Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<GradientsGalleryItem>GradientsGallery

Inherited Members PopupGalleryBase<GradientsGalleryItem>.Initialize()PopupGalleryBase<GradientsGalleryItem>.AddGalleryItem(GradientsGalleryItem, string)PopupGalleryBase<GradientsGalleryItem>.AddGalleryItem(IEnumerable<GradientsGalleryItem>, string)PopupGalleryBase<GradientsGalleryItem>.OnApplyTemplate()PopupGalleryBase<GradientsGalleryItem>.CurrentItemPopupGalleryBase.PopupContentWidthPropertyPopupGalleryBase.GallerySeparatorStylePropertyPopupGalleryBase.GalleryHeaderItemStylePropertyPopupGalleryBase.GalleryContentItemStylePropertyPopupGalleryBase.PopupContentWidthPopupGalleryBase.GallerySeparatorStylePopupGalleryBase.GalleryHeaderItemStylePopupGalleryBase.GalleryContentItemStyleControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

GradientsGallery()

Declaration

cs-api-definition
public GradientsGallery()

Fields

BaseColorProperty

Declaration

cs-api-definition
public static readonly DependencyProperty BaseColorProperty

Field Value

DependencyProperty

SelectedBrushProperty

Declaration

cs-api-definition
public static readonly DependencyProperty SelectedBrushProperty

Field Value

DependencyProperty

Properties

BaseColor

Declaration

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

Property Value

Color

SelectedBrush

Declaration

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

Property Value

Brush

Methods

GalleryItemContentToListBoxItem(GradientsGalleryItem)

Gets a ListBox item from a gallery item.

Declaration

cs-api-definition
protected override RadListBoxItem GalleryItemContentToListBoxItem(GradientsGalleryItem scheme)

Parameters

scheme

GradientsGalleryItem

The scheme.

Returns

RadListBoxItem

The ListBox item.

Overrides PopupGalleryBase<GradientsGalleryItem>.GalleryItemContentToListBoxItem(GradientsGalleryItem)

InitializeGalleryItems()

Declaration

cs-api-definition
protected override void InitializeGalleryItems()

Overrides PopupGalleryBase<GradientsGalleryItem>.InitializeGalleryItems()

ListBoxItemToGalleryItemContent(RadListBoxItem)

Gets a gallery item from a ListBox item.

Declaration

cs-api-definition
protected override GradientsGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)

Parameters

item

RadListBoxItem

The list box item item.

Returns

GradientsGalleryItem

The gallery item.

Overrides PopupGalleryBase<GradientsGalleryItem>.ListBoxItemToGalleryItemContent(RadListBoxItem)

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.

OnSelectionChangedOverride()

Declaration

cs-api-definition
protected override void OnSelectionChangedOverride()

Overrides PopupGalleryBase<GradientsGalleryItem>.OnSelectionChangedOverride()