Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextBoxLineStyle

    Show / Hide Table of Contents

    Class TextBoxLineStyle

    Specifies the text box border line style.

    Inheritance
    System.Object
    TextBoxLineStyle
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class TextBoxLineStyle : Enum

    Fields

    Double

    Double solid lines.

    Declaration
    public const TextBoxLineStyle Double
    Field Value
    Type Description
    TextBoxLineStyle

    Simple

    A single solid line.

    Declaration
    public const TextBoxLineStyle Simple
    Field Value
    Type Description
    TextBoxLineStyle

    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.

    Declaration
    public const TextBoxLineStyle ThickThin
    Field Value
    Type Description
    TextBoxLineStyle

    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.

    Declaration
    public const TextBoxLineStyle ThinThick
    Field Value
    Type Description
    TextBoxLineStyle

    Triple

    Three solid lines.

    Declaration
    public const TextBoxLineStyle Triple
    Field Value
    Type Description
    TextBoxLineStyle

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved