Class AnnotationBorder
Defines the visual border properties and styling options for annotations.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class AnnotationBorder
  Constructors
AnnotationBorder()
AnnotationBorder(Double, AnnotationBorderStyle, Double[])
Initializes a new instance of the AnnotationBorder class.
Declaration
public AnnotationBorder(double width, AnnotationBorderStyle style, double[] dashArray)
  Parameters
| 
        System.Double
        width
         The border width in user units.  | 
    
| 
        AnnotationBorderStyle
        style
         The border style for the annotation.  | 
    
| 
        System.Double[]
        dashArray
         The dash array.  | 
    
Properties
DashArray
Gets or sets the dash pattern for dashed border styles.
Declaration
public IEnumerable<double> DashArray { get; set; }
  Property Value
| 
        System.Collections.Generic.IEnumerable<System.Double>
         An array of numbers defining the lengths of dashes and gaps for dashed borders.  | 
    
Style
Gets or sets the visual style of the border.
Declaration
public AnnotationBorderStyle Style { get; set; }
  Property Value
| 
        AnnotationBorderStyle
         The border style that determines how the border line is rendered.  | 
    
Width
Gets or sets the border width.
Declaration
public double Width { get; set; }
  Property Value
| 
        System.Double
         The thickness of the border line.  |