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