Click or drag to resize

DoubleColumnStyleRegisteredPaintMethods Field

Gets the registered paint methods for specific drawing contexts.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Dictionary<Type, Action<DoubleColumnStyle, Object, RectangleD2D, int, DataColumn, bool>> RegisteredPaintMethods

Field Value

DictionaryType, ActionDoubleColumnStyle, Object, RectangleD2D, Int32, DataColumn, Boolean
See Also