Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IGlow Glow { get; }
Public ReadOnly Property Glow As IGlow
	Get
public:
virtual property IGlow^ Glow {
	IGlow^ get () sealed;
}
abstract Glow : IGlow with get
override Glow : IGlow with get

Property Value

IGlow

Implements

IShape..::..Glow

See Also