PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / FieldBorderStyle Enumeration

In This Topic
    FieldBorderStyle Enumeration
    In This Topic
    Specifies the border style of an AcroField.
    Syntax
    'Declaration
     
    
    Public Enum FieldBorderStyle 
       Inherits System.Enum
    public enum FieldBorderStyle : System.Enum 
    Members
    MemberDescription
    BeveledThe border is beveled.
    DashedThe border is dashed.
    InsetThe border is inset.
    SolidThe border is solid.
    UnderlineThe border is underlined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Pdf.FieldBorderStyle

    See Also