VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / PaddingF Structure / Bottom Property
Syntax Requirements SeeAlso
In This Topic
    Bottom Property (PaddingF)
    In This Topic
    Gets or sets the padding value for the bottom edge.
    Syntax
    'Declaration
    
    <RefreshPropertiesAttribute(All)>
    <DescriptionAttribute("The padding value for the bottom edge.")>
    Public Property Bottom As Single
    
    
    [RefreshProperties(All)]
    [Description("The padding value for the bottom edge.")]
    public float Bottom { get; set; }
    
    
    [RefreshProperties(All)]
    [Description("The padding value for the bottom edge.")]
    public: __property float get_Bottom();
    public: __property void set_Bottom(
    float value
    );
    [RefreshProperties(All)]
    [Description("The padding value for the bottom edge.")]
    public:
    property float Bottom { float get(); void set(float value); }
    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