menu

WPF

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

    Show / Hide Table of Contents

    Enum TextBoxLineStyle

    Specifies the text box border line style.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum TextBoxLineStyle

    Fields

    Name Description
    Double

    Double solid lines.

    Simple

    A single solid line.

    ThickThin

    Thick line next to thin line. For horizontal lines, thick line is below thin line. For vertical lines, thick line is to the right of the thin line.

    ThinThick

    Thick line next to thin line. For horizontal lines, thick line is above thin line. For vertical lines, thick line is to the left of the thin line.

    Triple

    Three solid lines.

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