Gets/Sets the width of the control in pixels

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public override int Width { get; set; }

Property Value

Type: Int32

Implements

IControl..::..Width

Remarks

Width is removed from AutoSizeMode

See Also