Class TableGalleryItemBorders
Represents table gallery item borders.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.Models
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableGalleryItemBorders : INotifyPropertyChanged
Constructors
TableGalleryItemBorders(Border, Border, Border, Border)
Initializes a new instance of the TableGalleryItemBorders class.
Declaration
public TableGalleryItemBorders(Border left, Border top, Border right, Border bottom)
Parameters
Border
left
The left. |
Border
top
The top. |
Border
right
The right. |
Border
bottom
The bottom. |
Properties
Bottom
Gets or sets the bottom.
Declaration
public Border Bottom { get; set; }
Property Value
Border
The bottom. |
Left
Right
Gets or sets the right.
Declaration
public Border Right { get; set; }
Property Value
Border
The right. |
Top
Methods
CopyPropertiesFrom(TableGalleryItemBorders)
Copies the properties from another instance of the TableGalleryItemBorders class.
Declaration
public void CopyPropertiesFrom(TableGalleryItemBorders other)
Parameters
TableGalleryItemBorders
other
The other. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|