[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Border

Class Border

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

Defines properties of the annotation's border.

public class Border : NotifyObject
Inheritance
object
Border
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Border()

public Border()

Properties

Color

Gets or sets the border color.

public Color Color { get; set; }

Property Value

System.Drawing.Color

DashPattern

Gets or sets the dash pattern, used if Style == Dashed.

public float[] DashPattern { get; set; }

Property Value

float[]

Style

Gets or sets the border style.

public BorderStyle Style { get; set; }

Property Value

BorderStyle

Width

Gets or sets the border's width in points (1/72 inch).

public float Width { get; set; }

Property Value

float

Methods

AssignFrom(Border)

Copies all property values from another object. Note! This method does not raise PropertyChanged event.

public void AssignFrom(Border source)

Parameters

source Border

The source object.

Clone()

Creates a new object that is a copy of the current instance.

public Border Clone()

Returns

Border

A new object that is a copy of this instance.