次の方法で共有


Border.StrokeDashPattern プロパティ

定義

プラットフォーム レンダリング用の float 配列としてストローク ダッシュ パターンを取得します。

public:
 property cli::array <float> ^ StrokeDashPattern { cli::array <float> ^ get(); };
public float[]? StrokeDashPattern { get; }
member this.StrokeDashPattern : single[]
Public ReadOnly Property StrokeDashPattern As Single()

プロパティ値

Single[]

破線パターン値を含む float 配列、または実線の null

実装

適用対象