Creates a thickness with symmetric horizontal and vertical values

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

Syntax

C#
public Thickness(
	int horizontal,
	int vertical
)

Parameters

horizontal
Type: System..::..Int32
Thickness applied to Left and Right
vertical
Type: System..::..Int32
Thickness applied to Top and Bottom

See Also