[]
Defines properties of the annotation's border.
public class Border : NotifyObject
public Border()
Gets or sets the border color.
public Color Color { get; set; }
public float[] DashPattern { get; set; }
Gets or sets the border style.
public BorderStyle Style { get; set; }
Gets or sets the border's width in points (1/72 inch).
public float Width { get; set; }
Copies all property values from another object. Note! This method does not raise PropertyChanged event.
public void AssignFrom(Border source)
source
BorderThe source object.
Creates a new object that is a copy of the current instance.
public Border Clone()
A new object that is a copy of this instance.