'Declaration <DescriptionAttribute("The padding value for all the edges.")> <RefreshPropertiesAttribute(All)> Public Property All As Single
[Description("The padding value for all the edges.")] [RefreshProperties(All)] public float All { get; set; }
[Description("The padding value for all the edges.")] [RefreshProperties(All)] public: __property float get_All(); public: __property void set_All(
float value
);
[Description("The padding value for all the edges.")] [RefreshProperties(All)] public:
property float All { float get(); void set(float value); }
Return Value
The padding, in pixels, for all edges if the same; otherwise, -1.