Click or drag to resize

OpenSymbolBaseFrame Property

Gets the frame of the symbol, or null if the symbol does not have a frame.

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

Property Value

IScatterSymbolFrame
The frame of the symbol.

Implements

IScatterSymbolFrame
See Also