Click or drag to resize

GraphDocumentGetDefaultFont Method

Gets the default font using the specified property context.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static FontX3D GetDefaultFont(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

FontX3D
The default font.
See Also