Class AnnotationBorder
Describes the settings which are used to determine how the border will appear in the document.
Inheritance
System.Object
AnnotationBorder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 Annotation
Declaration
public AnnotationBorder(double width, AnnotationBorderStyle style, double[] dashArray)
Parameters
System. The width. |
Annotation The style. |
System. The dash array. |
Properties
DashArray
Gets or sets the dash array.
Declaration
public IEnumerable<double> DashArray { get; set; }
Property Value
System. The dash array. |
Style
Gets or sets the style.
Declaration
public AnnotationBorderStyle Style { get; set; }
Property Value
Annotation The style. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System. The width. |