VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / DropShadowCommand Class / BlurRadius Property
Синтаксис Требования Смотрите также
В этом разделе
    BlurRadius Свойство (DropShadowCommand)
    В этом разделе
    Возвращает или задает радиус размытия процесса.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(4)>
    <DescriptionAttribute("A blur radius of process.
    Valid values are from 1 to 256.")>
    Public Property BlurRadius As System.Int32
    
    
    [DefaultValue(4)]
    [Description("A blur radius of process.
    Valid values are from 1 to 256.")]
    public System.Int32 BlurRadius { get; set; }
    
    
    [DefaultValue(4)]
    [Description("A blur radius of process.
    Valid values are from 1 to 256.")]
    public: __property System.Int32 get_BlurRadius();
    public: __property void set_BlurRadius(
    System.Int32 value
    );
    [DefaultValue(4)]
    [Description("A blur radius of process.
    Valid values are from 1 to 256.")]
    public:
    property System.Int32 BlurRadius { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Допустимые значения - от 1 до 256. Значение по умолчанию - 4.
    Требования

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

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