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