ClassShapesGallery
Class
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShapesGallery : PopupGalleryBase<ShapesGalleryItem>
Inheritance: objectControlBasePopupGalleryBasePopupGalleryBase<ShapesGalleryItem>ShapesGallery
Inherited Members
Constructors
ShapesGallery()
Declaration
cs-api-definition
public ShapesGallery()
Fields
AssociatedRichTextBoxProperty
Declaration
cs-api-definition
public static readonly DependencyProperty AssociatedRichTextBoxProperty
Field Value
DependencyProperty
Properties
AssociatedRichTextBox
Declaration
cs-api-definition
public RadRichTextBox AssociatedRichTextBox { get; set; }
Property Value
Methods
GalleryItemContentToListBoxItem(ShapesGalleryItem)
Gets a ListBox item from a gallery item.
Declaration
cs-api-definition
protected override RadListBoxItem GalleryItemContentToListBoxItem(ShapesGalleryItem galleryItem)
Parameters
galleryItem
Returns
The ListBox item.
Overrides
InitializeGalleryItems()
Declaration
cs-api-definition
protected override void InitializeGalleryItems()
Overrides
ListBoxItemToGalleryItemContent(RadListBoxItem)
Gets a gallery item from a ListBox item.
Declaration
cs-api-definition
protected override ShapesGalleryItem 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
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnSelectionChangedOverride()
Declaration
cs-api-definition
protected override void OnSelectionChangedOverride()
Overrides