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