Gets/Sets the Y 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 Y { get; set; }

Property Value

Type: Int32

Implements

IControl..::..Y

Remarks

Y is a relative location inside the parent, Top is the exact location on the screen

See Also