Because you are trying to get the ‘Left’ property of a Type, not your instance.
try this
object obj = pi.GetValue(this, null);
Because you are trying to get the ‘Left’ property of a Type, not your instance.
try this
object obj = pi.GetValue(this, null);