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 AnnotationBorder class.
Declaration
public AnnotationBorder(double width, AnnotationBorderStyle style, double[] dashArray)
Parameters
System.Double
width
The width. |
AnnotationBorderStyle
style
The style. |
System.Double[]
dashArray
The dash array. |
Properties
DashArray
Gets or sets the dash array.
Declaration
public IEnumerable<double> DashArray { get; set; }
Property Value
System.Collections.Generic.IEnumerable<System.Double>
The dash array. |
Style
Gets or sets the style.
Declaration
public AnnotationBorderStyle Style { get; set; }
Property Value
AnnotationBorderStyle
The style. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |