ClassPopupGalleryBase
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
PopupGalleryBase()
Declaration
protected PopupGalleryBase()
Fields
GalleryContentItemStyleProperty
The Dependency property GalleryContentItemStyleProperty.
Declaration
public static readonly DependencyProperty GalleryContentItemStyleProperty
Field Value
DependencyProperty
GalleryHeaderItemStyleProperty
The Dependency property GalleryHeaderItemStyleProperty.
Declaration
public static readonly DependencyProperty GalleryHeaderItemStyleProperty
Field Value
DependencyProperty
GallerySeparatorStyleProperty
The Dependency property GallerySeparatorStyleProperty.
Declaration
public static readonly DependencyProperty GallerySeparatorStyleProperty
Field Value
DependencyProperty
PopupContentWidthProperty
The Dependency property PopupContentWidthProperty.
Declaration
public static readonly DependencyProperty PopupContentWidthProperty
Field Value
DependencyProperty
Properties
GalleryContentItemStyle
Gets or sets the style of gallery content item.
Declaration
public Style GalleryContentItemStyle { get; set; }
Property Value
Style
The style of gallery content item.
GalleryHeaderItemStyle
Gets or sets the style of gallery header item.
Declaration
public Style GalleryHeaderItemStyle { get; set; }
Property Value
Style
The style of gallery header item.
GallerySeparatorStyle
Gets or sets the style of gallery separator item.
Declaration
public Style GallerySeparatorStyle { get; set; }
Property Value
Style
The style of gallery separator item.
PopupContentWidth
Gets or sets the width of the popup content.
Declaration
public double PopupContentWidth { get; set; }
Property Value
The width of the popup content.