次の方法で共有


Border.StrokeDashArray プロパティ

定義

境界線の輪郭を描くために使用するダッシュとギャップのパターンを取得または設定します。 これはバインド可能なプロパティです。

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

プロパティ値

破線パターンを含む DoubleCollection 、または実線の null

適用対象