Gets/Sets the Y position in pixels

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

Syntax

C#
public override 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. Updates the offsets of all childes as well.

See Also