ClassGradientsGallery
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class GradientsGallery : PopupGalleryBase<GradientsGalleryItem>
Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<GradientsGalleryItem>GradientsGallery
Inherited Members
Constructors
GradientsGallery()
Declaration
public GradientsGallery()
Fields
BaseColorProperty
Declaration
public static readonly DependencyProperty BaseColorProperty
Field Value
DependencyProperty
SelectedBrushProperty
Declaration
public static readonly DependencyProperty SelectedBrushProperty
Field Value
DependencyProperty
Properties
BaseColor
Declaration
public Color BaseColor { get; set; }
Property Value
Color
SelectedBrush
Declaration
public Brush SelectedBrush { get; set; }
Property Value
Brush
Methods
GalleryItemContentToListBoxItem(GradientsGalleryItem)
Gets a ListBox item from a gallery item.
Declaration
protected override RadListBoxItem GalleryItemContentToListBoxItem(GradientsGalleryItem scheme)
Parameters
scheme
The scheme.
Returns
The ListBox item.
Overrides
InitializeGalleryItems()
Declaration
protected override void InitializeGalleryItems()
Overrides
ListBoxItemToGalleryItemContent(RadListBoxItem)
Gets a gallery item from a ListBox item.
Declaration
protected override GradientsGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)
Parameters
item
The list box item item.
Returns
The gallery item.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnSelectionChangedOverride()
Declaration
protected override void OnSelectionChangedOverride()
Overrides