C# Class FullInspector.LayoutToolkit.fiLayoutUtility

Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
Margin ( float margin, fiLayout layout ) : fiLayout

Returns a layout that surrounds the given layout with a margin on all sides of the given size.

Method Details

Margin() public static méthode

Returns a layout that surrounds the given layout with a margin on all sides of the given size.
public static Margin ( float margin, fiLayout layout ) : fiLayout
margin float
layout fiLayout
Résultat fiLayout