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