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

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.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