PolylineAnnotation.EndCap Propriedade
Definição
Obtém ou define o estilo de uma extremidade da ancoragem no fim da linha de anotação.Gets or sets the style of an anchor cap at the end of the annotation line.
public:
virtual property System::Web::UI::DataVisualization::Charting::LineAnchorCapStyle EndCap { System::Web::UI::DataVisualization::Charting::LineAnchorCapStyle get(); void set(System::Web::UI::DataVisualization::Charting::LineAnchorCapStyle value); };
public virtual System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle EndCap { get; set; }
member this.EndCap : System.Web.UI.DataVisualization.Charting.LineAnchorCapStyle with get, set
Public Overridable Property EndCap As LineAnchorCapStyle
Valor da propriedade
Um LineAnchorCapStyle valor que representa o estilo usado para uma extremidade de ancoragem localizada no final de uma linha de anotação.A LineAnchorCapStyle value that represents the style used for an anchor cap located at the end of an annotation line.