EffectDag
GlowEffect Property
|
Glow effect.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public GlowEffect GlowEffect { get; set; }
Public Property GlowEffect As GlowEffect
Get
Set
public:
property GlowEffect^ GlowEffect {
GlowEffect^ get ();
void set (GlowEffect^ value);
}
member GlowEffect : GlowEffect with get, set
Property Value
Type:
GlowEffect
See Also