ClassTableGalleryItemBorders
Class
Represents table gallery item borders.
Definition
Namespace:Telerik.WinControls.UI.RichTextEditorRibbonUI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class TableGalleryItemBorders : INotifyPropertyChanged
Inheritance: objectTableGalleryItemBorders
Implements:
Constructors
TableGalleryItemBorders(Border, Border, Border, Border)
Initializes a new instance of the TableGalleryItemBorders class.
Properties
Methods
CopyPropertiesFrom(TableGalleryItemBorders)
Copies the properties from another instance of the TableGalleryItemBorders class.
Declaration
cs-api-definition
public void CopyPropertiesFrom(TableGalleryItemBorders other)
Parameters
other
The other.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements