ImageGear .NET - Updated
BorderStyle Property (WidgetAnnotation)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > WidgetAnnotation Class : BorderStyle Property
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

Reference

WidgetAnnotation Class
WidgetAnnotation Members