BlendEffect
IsGrow Property
|
Indicates whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsGrow { get; set; }
Public Property IsGrow As Boolean
Get
Set
public:
property bool IsGrow {
bool get ();
void set (bool value);
}
member IsGrow : bool with get, set
Property Value
Type:
Boolean
See Also