Are you using designer? Did you recompiled the code?
The correct way to tell the designer what property value is default is to use DefaultValueAttribute, but designer is smart, it knows its own creation - generated InitializeComponents method and those things. But not too smart, it sometimes need code recompilation - especially when you alter properties in the middle of the inheritance hierarchy.