Click or drag to resize

BooleanColumnStyleRegisteredPaintMethods 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<BooleanColumnStyle, Object, RectangleD2D, int, DataColumn, bool>> RegisteredPaintMethods

Field Value

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