Thickness.

Thickness(double) Constructor

Summary

Initializes a new instance of the Thickness structure.
Namespace
Avalonia
Containing Type
Thickness

Syntax

public Thickness(double uniformLength)

Parameters

Name Type Description
uniformLength double The length that should be applied to all sides.

Return Value

Type Description
void