| 
    VectSharp 2.6.1
    
   A light library for C# vector graphics 
   | 
 
Describes the appearance of a PDF annotation. More...
Public Member Functions | |
| AnnotationStyle (double borderWidth=1, LineDash? borderDash=null, Colour? borderColour=default) | |
| Create a new AnnotationStyle.   More... | |
Properties | |
| double | BorderWidth = 1 [get, set] | 
| Thickness of the annotation border.   More... | |
| LineDash? | BorderDash = null [get, set] | 
| Dash style for the annotation border.   More... | |
| Colour | BorderColour = Colours.Black [get, set] | 
| Colour for the annotation border.   More... | |
Describes the appearance of a PDF annotation.
Definition at line 26 of file AnnotationStyles.cs.
| VectSharp.PDF.AnnotationStyle.AnnotationStyle | ( | double | borderWidth = 1,  | 
        
| LineDash? | borderDash = null,  | 
        ||
| Colour? | borderColour = default  | 
        ||
| ) | 
Create a new AnnotationStyle.
Definition at line 47 of file AnnotationStyles.cs.
      
  | 
  getset | 
Colour for the annotation border.
Definition at line 41 of file AnnotationStyles.cs.
      
  | 
  getset | 
Dash style for the annotation border.
Definition at line 36 of file AnnotationStyles.cs.
      
  | 
  getset | 
Thickness of the annotation border.
Definition at line 31 of file AnnotationStyles.cs.