Click or drag to resize

GraphDocumentGetDefaultPenWidth Method

Gets the default width of the pen for all graphics in this graph, using the provided property context.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetDefaultPenWidth(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

Double
Default pen with in points (1/72 inch).
See Also