Represents table gallery item borders.
Definition
Namespace:Telerik.WinControls.UI.RichTextEditorRibbonUI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class TableGalleryItemBorders : INotifyPropertyChanged
Inheritance: objectTableGalleryItemBorders
Implements:
Constructors
Initializes a new instance of the TableGalleryItemBorders class.
Properties
Gets or sets the bottom.
C#
public Border Bottom { get; set; }
The bottom.
Methods
Copies the properties from another instance of the TableGalleryItemBorders class.
C#
public void CopyPropertiesFrom(TableGalleryItemBorders other)
The other.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: