VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Effects Namespace / DropShadowCommand Class / BlurRadius Property
Syntax Requirements SeeAlso
In This Topic
BlurRadius Property (DropShadowCommand)
In This Topic
Gets or sets a blur radius of process.
Syntax
'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; }

Property Value

Valid values are from 1 to 256. Default value is 4.
Requirements

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

See Also