Gtk.Arrow Class
Produces an Arrow pointing in one of four cardinal directions.

See Also: Arrow Members

Syntax

public class Arrow : Misc

Remarks

Arrow should be used to draw simple arrows that need to point in one of the four cardinal directions ( ArrowType.Up, ArrowType.Down, ArrowType.Left, or ArrowType.Right). The style of the arrow can be one of the following: ShadowType.None, ShadowType.In, ShadowType.Out, ShadowType.EtchedIn and ShadowType.EtchedOut. Note that these directions and style types may be ammended in versions of Gtk to come.

Arrow will fill any space alloted to it, but since it is inherited from Misc, it can be padded and/or aligned, fill exactly the space the programmer desires.

The direction or style of an arrow can be changed after creation by using Arrow.ArrowType.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0