VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms.AppearanceGenerators Namespace / PdfCheckBoxFieldAppearanceGenerator Class / NormalBorderWidth Property
Syntax Requirements SeeAlso
In This Topic
    NormalBorderWidth Property (PdfCheckBoxFieldAppearanceGenerator)
    In This Topic
    Gets or sets the border width in 'Normal' state.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The border width in 'Normal' state.")>
    <CategoryAttribute("Normal Appearance")>
    Public Property NormalBorderWidth As Single
    
    
    [Description("The border width in 'Normal' state.")]
    [Category("Normal Appearance")]
    public float NormalBorderWidth { get; set; }
    
    
    [Description("The border width in 'Normal' state.")]
    [Category("Normal Appearance")]
    public: __property float get_NormalBorderWidth();
    public: __property void set_NormalBorderWidth(
    float value
    );
    [Description("The border width in 'Normal' state.")]
    [Category("Normal Appearance")]
    public:
    property float NormalBorderWidth { float get(); void set(float value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also