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