Method CanItemBeDrawn
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
CanItemBeDrawn(Type)
Returns if the specified type can be drawn.
bool CanItemBeDrawn(Type createItemType)
Parameters
createItemType
TypeThe type to check.
Returns
- bool
True if the specified type can be drawn, otherwise false.