Shape.StrokeEndLineCap Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur d’énumération PenLineCap qui décrit la forme à la fin d’une ligne.
public:
property PenLineCap StrokeEndLineCap { PenLineCap get(); void set(PenLineCap value); };
PenLineCap StrokeEndLineCap();
void StrokeEndLineCap(PenLineCap value);
public PenLineCap StrokeEndLineCap { get; set; }
var penLineCap = shape.strokeEndLineCap;
shape.strokeEndLineCap = penLineCap;
Public Property StrokeEndLineCap As PenLineCap
<shape StrokeEndLineCap="penLineCapMemberName"/>
Valeur de propriété
Une des valeurs d’énumération pour PenLineCap. La valeur par défaut est Flat.