Click or drag to resize

IGlow Interface

Defines the contract for objects that can emit or have a glow effect.

Namespace: Spire.Xls.Core.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IGlow

The IGlow type exposes the following members.

Properties
Name Description
Public property Color
Gets or sets the color of the glow.
Public property Radius
Gets or sets the radius of GlowEffect.
Public property SoftEdge
Gets or sets the radio of soft edge.
Public property Transparency
Gets or sets the transparency of glow.
Top
See Also