次の方法で共有


CompositionPathGeometry.Path プロパティ

定義

パスの線と曲線を定義するデータを取得または設定します。

public:
 property CompositionPath ^ Path { CompositionPath ^ get(); void set(CompositionPath ^ value); };
CompositionPath Path();

void Path(CompositionPath value);
public CompositionPath Path { get; set; }
var compositionPath = compositionPathGeometry.path;
compositionPathGeometry.path = compositionPath;
Public Property Path As CompositionPath

プロパティ値

パスの線と曲線を定義するデータ。

適用対象