Set the Left, Right, Top and Bottom values to the same value.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public static implicit operator Spacing (
	double val
)
Visual Basic
Public Shared Widening Operator CType ( _
	val As Double _
) As Spacing

Parameters

val
Type: System..::..Double
The value to assign.

Return Value

A new Spacing instance.

See Also