ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / WidgetAnnotation Class / BorderStyle Property




In This Topic
    BorderStyle Property
    In This Topic
    Gets or sets the border style of the widget.
    The applicable styles are listed in the enumeration AnnotationBorderStyle.
    Syntax
    'Declaration
     
    Public Property BorderStyle As AnnotationBorderStyle
    'Usage
     
    Dim instance As WidgetAnnotation
    Dim value As AnnotationBorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public AnnotationBorderStyle BorderStyle {get; set;}
    public: __property AnnotationBorderStyle get_BorderStyle();
    public: __property void set_BorderStyle( 
       AnnotationBorderStyle value
    );
    public:
    property AnnotationBorderStyle BorderStyle {
       AnnotationBorderStyle get();
       void set (    AnnotationBorderStyle value);
    }

    Property Value

    The border style of the annotation.
    See Also