GradientsGallery
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class GradientsGallery : PopupGalleryBase<GradientsGalleryItem>
Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<GradientsGalleryItem>GradientsGallery
Inherited Members
Constructors
C#
public GradientsGallery()
Fields
BaseColorProperty
DependencyProperty
C#
public static readonly DependencyProperty BaseColorProperty
SelectedBrushProperty
DependencyProperty
C#
public static readonly DependencyProperty SelectedBrushProperty
Properties
BaseColor
Color
C#
public Color BaseColor { get; set; }
SelectedBrush
Brush
C#
public Brush SelectedBrush { get; set; }
Methods
Gets a ListBox item from a gallery item.
C#
protected override RadListBoxItem GalleryItemContentToListBoxItem(GradientsGalleryItem scheme)
The scheme.
Returns:The ListBox item.
Overrides:
C#
protected override void InitializeGalleryItems()
Overrides:
Gets a gallery item from a ListBox item.
C#
protected override GradientsGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)
The list box item item.
Returns:The gallery item.
Overrides:
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.
C#
protected override void OnSelectionChangedOverride()
Overrides: