Click or drag to resize

RowHeaderStyleRegisteredPaintMethods 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<RowHeaderStyle, Object, RectangleD2D, int, DataColumn, bool>> RegisteredPaintMethods

Field Value

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