PathSegment.IsSmoothJoin Proprietà

Definizione

Ottiene o imposta un valore che indica se la giunzione tra l'oggetto PathSegment corrente e l'oggetto PathSegment precedente tracciata con un oggetto Pen viene considerata o meno come un angolo.

public:
 property bool IsSmoothJoin { bool get(); void set(bool value); };
public bool IsSmoothJoin { get; set; }
member this.IsSmoothJoin : bool with get, set
Public Property IsSmoothJoin As Boolean

Valore della proprietà

Boolean

true se la giunzione tra l'oggetto PathSegment corrente e l'oggetto PathSegment precedente non deve essere considerata come un angolo, altrimenti false. Il valore predefinito è false.

Commenti

Informazioni proprietà di dipendenza

Campo Identificatore IsSmoothJoinProperty
Proprietà dei metadati impostate su true Nessuno

Si applica a