IReflectionEffect
Blur Property
|
Gets or sets the blur intensity value.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Property Blur As Integer
Get
Set
property int Blur {
int get ();
void set (int value);
}
abstract Blur : int with get, set
Property Value
Type:
Int32
See Also