PopupGalleryBase
Abstract class providing methods and properties for using Popup Gallery.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class PopupGalleryBase : ControlBase
Inheritance: objectControlBasePopupGalleryBase
Derived Classes:
Inherited Members
Constructors
protected PopupGalleryBase()
Fields
GalleryContentItemStyleProperty
DependencyProperty
The Dependency property GalleryContentItemStyleProperty.
public static readonly DependencyProperty GalleryContentItemStyleProperty
GalleryHeaderItemStyleProperty
DependencyProperty
The Dependency property GalleryHeaderItemStyleProperty.
public static readonly DependencyProperty GalleryHeaderItemStyleProperty
GallerySeparatorStyleProperty
DependencyProperty
The Dependency property GallerySeparatorStyleProperty.
public static readonly DependencyProperty GallerySeparatorStyleProperty
PopupContentWidthProperty
DependencyProperty
The Dependency property PopupContentWidthProperty.
public static readonly DependencyProperty PopupContentWidthProperty
Properties
Gets or sets the style of gallery content item.
public Style GalleryContentItemStyle { get; set; }
The style of gallery content item.
Gets or sets the style of gallery header item.
public Style GalleryHeaderItemStyle { get; set; }
The style of gallery header item.
Gets or sets the style of gallery separator item.
public Style GallerySeparatorStyle { get; set; }
The style of gallery separator item.
Gets or sets the width of the popup content.
public double PopupContentWidth { get; set; }
The width of the popup content.