VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging Namespace / PaddingF Structure / Right Property
Синтаксис Требования Смотрите также
В этом разделе
    Right Свойство (PaddingF)
    В этом разделе
    Возвращает или задает значение заполнения для правого края.
    Синтаксис
    'Declaration
    
    <RefreshPropertiesAttribute(All)>
    <DescriptionAttribute("The padding value for the right edge.")>
    Public Property Right As Single
    
    
    [RefreshProperties(All)]
    [Description("The padding value for the right edge.")]
    public float Right { get; set; }
    
    
    [RefreshProperties(All)]
    [Description("The padding value for the right edge.")]
    public: __property float get_Right();
    public: __property void set_Right(
    float value
    );
    [RefreshProperties(All)]
    [Description("The padding value for the right edge.")]
    public:
    property float Right { float get(); void set(float value); }
    Требования

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

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