Class GradientsGallery
Inheritance
System.Object
GradientsGallery
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class GradientsGallery : PopupGalleryBase<GradientsGalleryItem>
Constructors
GradientsGallery()
Declaration
public GradientsGallery()
Fields
BaseColorProperty
Declaration
public static readonly DependencyProperty BaseColorProperty
Field Value
System.Windows.DependencyProperty
|
SelectedBrushProperty
Declaration
public static readonly DependencyProperty SelectedBrushProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BaseColor
Declaration
public Color BaseColor { get; set; }
Property Value
System.Windows.Media.Color
|
SelectedBrush
Declaration
public Brush SelectedBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
Methods
GalleryItemContentToListBoxItem(GradientsGalleryItem)
Declaration
protected override RadListBoxItem GalleryItemContentToListBoxItem(GradientsGalleryItem scheme)
Parameters
GradientsGalleryItem
scheme
|
Returns
RadListBoxItem
|
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Gradients.Galleries.GradientsGalleryItem>.GalleryItemContentToListBoxItem(Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Gradients.Galleries.GradientsGalleryItem)
InitializeGalleryItems()
Declaration
protected override void InitializeGalleryItems()
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Gradients.Galleries.GradientsGalleryItem>.InitializeGalleryItems()
ListBoxItemToGalleryItemContent(RadListBoxItem)
Declaration
protected override GradientsGalleryItem ListBoxItemToGalleryItemContent(RadListBoxItem item)
Parameters
RadListBoxItem
item
|
Returns
GradientsGalleryItem
|
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Gradients.Galleries.GradientsGalleryItem>.ListBoxItemToGalleryItemContent(Telerik.Windows.Controls.RadListBoxItem)
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnSelectionChangedOverride()
Declaration
protected override void OnSelectionChangedOverride()
Overrides
Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries.PopupGalleryBase<Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Gradients.Galleries.GradientsGalleryItem>.OnSelectionChangedOverride()