'Declaration <DescriptionAttribute("The padding value for the bottom edge.")> <RefreshPropertiesAttribute(All)> Public Property Bottom As Single
[Description("The padding value for the bottom edge.")] [RefreshProperties(All)] public float Bottom { get; set; }
[Description("The padding value for the bottom edge.")] [RefreshProperties(All)] public: __property float get_Bottom(); public: __property void set_Bottom(
float value
);
[Description("The padding value for the bottom edge.")] [RefreshProperties(All)] public:
property float Bottom { float get(); void set(float value); }