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

In This Topic
    FieldBorderWidth Enumeration
    In This Topic
    Specifies the border width of an AcroField.
    Syntax
    'Declaration
     
    
    Public Enum FieldBorderWidth 
       Inherits System.Enum
    public enum FieldBorderWidth : System.Enum 
    Members
    MemberDescription
    MediumMedium border (2 points wide).
    NoneNo border.
    ThickThick border (3 points wide).
    ThinThin border (1 point wide).
    Inheritance Hierarchy

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

    See Also