New to Telerik UI for WinFormsStart a free 30-day trial

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: INotifyPropertyChanged

Constructors

Initializes a new instance of the TableGalleryItemBorders class.

C#
public TableGalleryItemBorders(Border left, Border top, Border right, Border bottom)
Parameters:leftBorder

The left.

topBorder

The top.

rightBorder

The right.

bottomBorder

The bottom.

Properties

Gets or sets the bottom.

C#
public Border Bottom { get; set; }
Property Value:

The bottom.

Gets or sets the left.

C#
public Border Left { get; set; }
Property Value:

The left.

Gets or sets the right.

C#
public Border Right { get; set; }
Property Value:

The right.

Gets or sets the top.

C#
public Border Top { get; set; }
Property Value:

The top.

Methods

Copies the properties from another instance of the TableGalleryItemBorders class.

C#
public void CopyPropertiesFrom(TableGalleryItemBorders other)
Parameters:otherTableGalleryItemBorders

The other.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged