alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class BorderSettings

    Specifies the settings for border.

    Inheritance
    object
    BorderSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public class BorderSettings

    Constructors

    BorderSettings()

    Declaration
    public BorderSettings()

    Properties

    BorderColor

    Specifies the border color.

    Declaration
    [JsonPropertyName("borderColor")]
    public string BorderColor { get; set; }
    Property Value
    Type
    string

    BorderStyle

    Specifies the border style.

    Declaration
    [JsonPropertyName("borderStyle")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public LineStyle BorderStyle { get; set; }
    Property Value
    Type
    LineStyle

    LineWidth

    Specifies the line width.

    Declaration
    [JsonPropertyName("lineWidth")]
    public double LineWidth { get; set; }
    Property Value
    Type
    double

    Type

    Specifies the border type.

    Declaration
    [JsonPropertyName("type")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public BorderType Type { get; set; }
    Property Value
    Type
    BorderType
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved