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