VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / PaddingF Structure / All Property
Syntax Requirements SeeAlso
In This Topic
    All Property (PaddingF)
    In This Topic
    Gets or sets the padding value for all the edges.
    Syntax
    'Declaration
    
    <RefreshPropertiesAttribute(All)>
    <DescriptionAttribute("The padding value for all the edges.")>
    Public Property All As Single
    
    
    [RefreshProperties(All)]
    [Description("The padding value for all the edges.")]
    public float All { get; set; }
    
    
    [RefreshProperties(All)]
    [Description("The padding value for all the edges.")]
    public: __property float get_All();
    public: __property void set_All(
    float value
    );
    [RefreshProperties(All)]
    [Description("The padding value for all the edges.")]
    public:
    property float All { float get(); void set(float value); }

    Return Value

    The padding, in pixels, for all edges if the same; otherwise, -1.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also