Direction Property (BasicArrowButton)

Action

Gets the direction the arrow points to.

Syntax

C#
protected Direction Direction { get; }
VB
'Declaration
Protected Read Property Direction As Direction

Access

Read only.

Examples

VB

Dim direction As SilkTest.Ntf.Swing.Direction = arrowButton.Direction