CustomLineCap.StrokeJoin Propiedad

Definición

Obtiene o establece la LineJoin enumeración que determina cómo se combinan las líneas que componen este CustomLineCap objeto.

public:
 property System::Drawing::Drawing2D::LineJoin StrokeJoin { System::Drawing::Drawing2D::LineJoin get(); void set(System::Drawing::Drawing2D::LineJoin value); };
public System.Drawing.Drawing2D.LineJoin StrokeJoin { get; set; }
member this.StrokeJoin : System.Drawing.Drawing2D.LineJoin with get, set
Public Property StrokeJoin As LineJoin

Valor de propiedad

Enumeración LineJoin que usa este CustomLineCap objeto para combinar líneas.

Comentarios

Esta propiedad especifica una LineJoin enumeración que se usa para combinar líneas y curvas que componen la ruta de acceso trazos de este CustomLineCap objeto.

Se aplica a