SetValue(BorderRadiusProperty, value);
		public BorderPropertyBase(){
			Width = new BorderWidthProperty();
			Radius = new BorderRadiusProperty();
		}