VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / PaddingF Structure / All Property
Синтаксис Требования Смотрите также
В этом разделе
    All Свойство (PaddingF)
    В этом разделе
    Возвращает или задает значение заполнения для всех ребер.
    Синтаксис
    '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

    Отступы в пикселях для всех краев, если они одинаковы; в противном случае -1.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также