Click or drag to resize

DirectionGripUserInterfaceObject Properties

The DirectionGripUserInterfaceObject type exposes the following members.

Properties
  NameDescription
Public propertyArrowRadius
Size of direction end shape
Public propertyArrowShape
Shape used for end of direction line
Public propertyBoundToActiveView (Inherited from UserInterfaceObjectBase.)
Public propertyDirectionLineLength
Length of direction line in pixel units
Public propertyGripColor (Inherited from GripUserInterfaceObject.)
Public propertyGripDirection
Constrained direction of grip
Public propertyGripFillColor (Inherited from GripUserInterfaceObject.)
Public propertyGripLocation (Inherited from GripUserInterfaceObject.)
Public propertyGripPointVisible
Is the grip point itself drawn
Public propertyGripRadius (Inherited from GripUserInterfaceObject.)
Public propertyGripShape (Inherited from GripUserInterfaceObject.)
Public propertyGripShapeRotationRadians (Inherited from GripUserInterfaceObject.)
Public propertyGripStrokeWidth (Inherited from GripUserInterfaceObject.)
Public propertyHasKeyboardFocus
Does this object have keyboard focus? An object with keyboard focus gets first refusal on what is typed in a viewport; what it does not use carries on to the command line as usual.
(Inherited from UserInterfaceObjectBase.)
Public propertyObjectSnapCursorsEnabled (Inherited from GripUserInterfaceObject.)
Public propertyObjectSnapPermitted (Inherited from GripUserInterfaceObject.)
Public propertyOneWay
Is the grip a single direction grip
Public propertyOnObjectCursorsEnabled (Inherited from GripUserInterfaceObject.)
Public propertyTooltip
Text shown in a tooltip when the mouse rests over this object. Null or an empty string means no tooltip, which is what an object starts with. One tooltip is on screen at a time; whichever object the mouse is over owns it.
(Inherited from UserInterfaceObjectBase.)
Public propertyVisible
Is the user interface object visible? Objects that are not visible will not be drawn and will not receive mouse events
(Inherited from UserInterfaceObjectBase.)
Top
See Also