Click or drag to resize

OpenSymbolBaseInset Property

Gets the inset of this symbol, or null if the symbol does not have an inset.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IScatterSymbolInset? Inset { get; }

Property Value

IScatterSymbolInset
The inset of the symbol.

Implements

IScatterSymbolInset
See Also