HandleStyle Enumeration

CVB.Net Documentation
Paint style to use for the drag handles of VisualTool objects.

Namespace:  Stemmer.Cvb.Forms.VisualTools
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public enum HandleStyle
Members

  Member nameValueDescription
None0 do not paint handles at all
Cross1 Paint an upright cross as the handle
RotatedCross2 Paint a cross rotated by 45° as the handle
Dot3 Paint a dot (effectively a very small circle) as the handle
Box4 Paint a box (effectively a very small rectangle) as the handle
See Also

Reference