skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TableBorders

Defines set of borders which can be applied to table element. This class is immutable.

Inheritance
System.Object
TableBorders
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public class TableBorders

Constructors

TableBorders()

Initializes a new instance of the TableBorders class.

Declaration
public TableBorders()

TableBorders(Border)

Initializes a new instance of the TableBorders class.

Declaration
public TableBorders(Border all)
Parameters
Border all

All.

TableBorders(Border, Border, Border, Border)

Initializes a new instance of the TableBorders class.

Declaration
public TableBorders(Border leftBorder, Border topBorder, Border rightBorder, Border bottomBorder)
Parameters
Border leftBorder

The left border.

Border topBorder

The top border.

Border rightBorder

The right border.

Border bottomBorder

The bottom border.

TableBorders(Border, Border, Border, Border, Border, Border)

Initializes a new instance of the TableBorders class.

Declaration
public TableBorders(Border leftBorder, Border topBorder, Border rightBorder, Border bottomBorder, Border insideHorizontalBorder, Border insideVerticalBorder)
Parameters
Border leftBorder

The left border.

Border topBorder

The top border.

Border rightBorder

The right border.

Border bottomBorder

The bottom border.

Border insideHorizontalBorder

The inside horizontal border.

Border insideVerticalBorder

The inside vertical border.

TableBorders(TableBorders, Border, Border, Border, Border, Border, Border)

Initializes a new instance of the TableBorders class. Creates copy of the the source table borders and replaces only the specified borders.

Declaration
public TableBorders(TableBorders source, Border leftBorder = null, Border topBorder = null, Border rightBorder = null, Border bottomBorder = null, Border insideHorizontalBorder = null, Border insideVerticalBorder = null)
Parameters
TableBorders source

The table borders source.

Border leftBorder

The left border.

Border topBorder

The top border.

Border rightBorder

The right border.

Border bottomBorder

The bottom border.

Border insideHorizontalBorder

The inside horizontal border.

Border insideVerticalBorder

The inside vertical border.

Properties

Bottom

Gets the bottom border.

Declaration
public Border Bottom { get; }
Property Value
Border

The bottom border.

InsideHorizontal

Gets the inner horizontal border.

Declaration
public Border InsideHorizontal { get; }
Property Value
Border

The inner horizontal border.

InsideVertical

Gets the inner vertical border.

Declaration
public Border InsideVertical { get; }
Property Value
Border

The inner vertical border.

Left

Gets the left border.

Declaration
public Border Left { get; }
Property Value
Border

The left border.

Right

Gets the right border.

Declaration
public Border Right { get; }
Property Value
Border

The right border.

Top

Gets the top border.

Declaration
public Border Top { get; }
Property Value
Border

The top border.

Methods

Equals(Object)

Determines whether the specified System.Object is equal to the current System.Object.

Declaration
public override bool Equals(object obj)
Parameters
System.Object obj

The System.Object to compare with the current System.Object.

Returns
System.Boolean

Returns true if the specified System.Object is equal to the current System.Object; otherwise, false.

Overrides
System.Object.Equals(System.Object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration
public override int GetHashCode()
Returns
System.Int32

A hash code for the current System.Object.

Overrides
System.Object.GetHashCode()

Operators

Equality(TableBorders, TableBorders)

Determines whether the specified table borders are equal.

Declaration
public static bool operator ==(TableBorders a, TableBorders b)
Parameters
TableBorders a

TableBorders b

Returns
System.Boolean

True if the table borders are equal.

Inequality(TableBorders, TableBorders)

Determines whether the specified table borders are different.

Declaration
public static bool operator !=(TableBorders a, TableBorders b)
Parameters
TableBorders a

TableBorders b

Returns
System.Boolean

True if the table borders are different.

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.