Height Property (AWTComponent)

Action

Gets the current height of the component.

Syntax

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

Access

Read only.

Examples

VB

Dim height As Integer = component.Height