C# Класс FullInspector.LayoutToolkit.fiLayoutUtility

Показать файл Открыть проект

Открытые методы

Метод Описание
Margin ( float margin, fiLayout layout ) : fiLayout

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

Описание методов

Margin() публичный статический Метод

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
Результат fiLayout