다음을 통해 공유


PathIconSource.Data 속성

정의

그릴 셰이프를 지정하는 Geometry 를 가져오거나 설정합니다. XAML에서. 이동 및 그리기 명령 구문을 설명하는 문자열을 사용하여 설정할 수도 있습니다.

public:
 property Geometry ^ Data { Geometry ^ get(); void set(Geometry ^ value); };
Geometry Data();

void Data(Geometry value);
public Geometry Data { get; set; }
var geometry = pathIconSource.data;
pathIconSource.data = geometry;
Public Property Data As Geometry
<PathIconSource>
  <PathIconSource.Data>
    singleGeometry
  </PathIconSource.Data>
</PathIconSource>

속성 값

그릴 모양에 대한 설명입니다.

적용 대상