Class
TableGalleryItemBorders

Represents table gallery item borders.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.Models

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableGalleryItemBorders : INotifyPropertyChanged

Inheritance: objectTableGalleryItemBorders

Implements: INotifyPropertyChanged

Constructors

TableGalleryItemBorders(Border, Border, Border, Border)

Initializes a new instance of the TableGalleryItemBorders class.

Declaration

cs-api-definition
public TableGalleryItemBorders(Border left, Border top, Border right, Border bottom)

Parameters

left

Border

The left.

top

Border

The top.

right

Border

The right.

bottom

Border

The bottom.

Properties

Bottom

Gets or sets the bottom.

Declaration

cs-api-definition
public Border Bottom { get; set; }

Property Value

Border

The bottom.

Left

Gets or sets the left.

Declaration

cs-api-definition
public Border Left { get; set; }

Property Value

Border

The left.

Right

Gets or sets the right.

Declaration

cs-api-definition
public Border Right { get; set; }

Property Value

Border

The right.

Top

Gets or sets the top.

Declaration

cs-api-definition
public Border Top { get; set; }

Property Value

Border

The top.

Methods

CopyPropertiesFrom(TableGalleryItemBorders)

Copies the properties from another instance of the TableGalleryItemBorders class.

Declaration

cs-api-definition
public void CopyPropertiesFrom(TableGalleryItemBorders other)

Parameters

other

TableGalleryItemBorders

The other.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged