Width Property (AWTComponent)

Action

Gets the current width of the component.

Syntax

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

Access

Read only.

Examples

VB

Dim width As Integer = component.Width