Gets/Sets the X position 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 virtual int X { get; set; }

Property Value

Type: Int32

Implements

IControl..::..X

Remarks

X is a relative location inside the parent, Left is the exact location on the screen

See Also