menu

WPF

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

    Show / Hide Table of Contents

    Class LineFormat

    Represents the LineFormat class.

    Inheritance
    System.Object
    BaseNode
    LineFormat
    Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
    Syntax
    public class LineFormat : BaseNode

    Constructors

    LineFormat()

    Initializes a new instance of the LineFormat class.

    Declaration
    public LineFormat()

    LineFormat(BaseNode)

    Initializes a new instance of the LineFormat class for the specified Node.

    Declaration
    public LineFormat(BaseNode owner)
    Parameters
    Type Name Description
    BaseNode owner

    The owner of the LineFormat. The value can be null or an instance of DocumentAdv, ParagraphAdv, Inline or ListLevelAdv.

    Properties

    Color

    Gets or sets the color.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color

    The color of shape.

    LineDashing

    Gets or sets the Line Dashing.

    Declaration
    public LineDashing LineDashing { get; set; }
    Property Value
    Type Description
    LineDashing

    The Line Dashing of shape.

    LineFormatType

    Gets or sets the Line Format Type.

    Declaration
    public LineFormatType LineFormatType { get; set; }
    Property Value
    Type Description
    LineFormatType

    The Line Format Type of shape.

    Weight

    Gets or sets the width.

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

    The width of shape.

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