public PathGeometry IconGeometry { get; set; }
Public Property IconGeometry As PathGeometry
Get
Set
public:
virtual property PathGeometry^ IconGeometry {
PathGeometry^ get () sealed;
void set (PathGeometry^ value) sealed;
}
abstract IconGeometry : PathGeometry with get, set
override IconGeometry : PathGeometry with get, set