GraphDocumentGetDefaultPenWidth Method |
Gets the default width of the pen for all graphics in this graph, using the provided property context.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GetDefaultPenWidth(
IReadOnlyPropertyBag context
)
Parameters
- context IReadOnlyPropertyBag
- The property context.
Return Value
DoubleDefault pen with in points (1/72 inch).
See Also