public PathGeometry ImageGeometry { get; set; }Public Property ImageGeometry As PathGeometry
Get
Setpublic:
property PathGeometry^ ImageGeometry {
PathGeometry^ get ();
void set (PathGeometry^ value);
}member ImageGeometry : PathGeometry with get, set