Click or drag to resize

CursorGroupAttribute Constructor

Defines the DrawingType of a DrawingBase object

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.5.0
Syntax
C#
public CursorGroupAttribute(
	DrawingType drawingType,
	bool isFavourite = false
)

Parameters

drawingType  DrawingType
DrawingType
isFavourite  Boolean  (Optional)
Is added to the favourite menu item
See Also