menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BorderSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BorderSettings

    Specifies the settings for border.

    Inheritance
    System.Object
    BorderSettings
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class BorderSettings : Object

    Constructors

    BorderSettings()

    Declaration
    public BorderSettings()

    Properties

    BorderColor

    Specifies the border color.

    Declaration
    public string BorderColor { get; set; }
    Property Value
    Type
    System.String

    BorderStyle

    Specifies the border style.

    Declaration
    public LineStyle BorderStyle { get; set; }
    Property Value
    Type
    LineStyle

    LineWidth

    Specifies the line width.

    Declaration
    public double LineWidth { get; set; }
    Property Value
    Type
    System.Double

    Type

    Specifies the border type.

    Declaration
    public BorderType Type { get; set; }
    Property Value
    Type
    BorderType

    Methods

    Equals(BorderSettings)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(BorderSettings borderSettings)
    Parameters
    Type Name Description
    BorderSettings borderSettings

    An BorderSettings to compare.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to the other parameter; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved