MouseToolIsCreating Property |
Gets a value indicating whether the mouse tool is currently being created.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsCreating { get; }
Public ReadOnly Property IsCreating As Boolean
Get
Property Value
Type:
Boolean A value indicating if the mouse tool is being created.
See Also