Freigeben über


Border.StrokeDashArray Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Musters von Strichen und Lücken, die zum Umriss des Rahmens verwendet werden. Dies ist eine bindbare Eigenschaft.

public:
 property Microsoft::Maui::Controls::DoubleCollection ^ StrokeDashArray { Microsoft::Maui::Controls::DoubleCollection ^ get(); void set(Microsoft::Maui::Controls::DoubleCollection ^ value); };
public Microsoft.Maui.Controls.DoubleCollection? StrokeDashArray { get; set; }
member this.StrokeDashArray : Microsoft.Maui.Controls.DoubleCollection with get, set
Public Property StrokeDashArray As DoubleCollection

Eigenschaftswert

A DoubleCollection containing the Strich pattern, or null for a solid line.

Gilt für: