PolylineAnnotation.EndCap Property

Definition

Gets or sets the style of an anchor cap at the end of the annotation line.

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::LineAnchorCapStyle EndCap { System::Windows::Forms::DataVisualization::Charting::LineAnchorCapStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::LineAnchorCapStyle value); };
public virtual System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle EndCap { get; set; }
member this.EndCap : System.Windows.Forms.DataVisualization.Charting.LineAnchorCapStyle with get, set
Public Overridable Property EndCap As LineAnchorCapStyle

Property Value

A LineAnchorCapStyle value that represents the style used for an anchor cap located at the end of an annotation line.

Applies to