C# Класс Touch.Common.FrameHelper

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

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

Метод Описание
AlignBottom ( this fc ) : FrameContext
AlignBottom ( this fc, UIView relativeView, float bottomMargin = 0f ) : FrameContext
AlignLeft ( this fc, UIView relativeView, float dx = 0f ) : FrameContext
AlignLeft ( this fc, float dx = 0f ) : FrameContext
AlignRight ( this fc, UIView relativeView, float rightMargin = 0f ) : FrameContext
AlignRight ( this fc, float rightMargin = 0f ) : FrameContext
AlignTop ( this fc, RectangleF relativeViewFrame, float topMargin = 0f ) : FrameContext
AlignTop ( this fc, UIView relativeView, float topMargin = 0f ) : FrameContext
AlignTop ( this fc, float topMargin = 0f ) : FrameContext
BMargin ( this fc, float bottomMargin ) : FrameContext
Begin ( this view, UIView relativeView = null ) : FrameContext

Get FrameContext

CenterH ( this fc ) : FrameContext
CenterV ( this fc ) : FrameContext
FillBelow ( this fc ) : FrameContext
FillHorizontally ( this fc, float left = 0f, float right = 0f ) : FrameContext
Height ( this fc, float height ) : FrameContext
LMargin ( this fc, float leftMargin ) : FrameContext
LeftOfCenter ( this fc, float dx = 0f ) : FrameContext

Расплолагает view левее центра родителя. Есть возможность сдвига на dx

MoveY ( this fc, float dy ) : FrameContext
PlaceAbove ( this fc, UIView viewBelow, float dy = 0f ) : FrameContext
PlaceBelow ( this fc, UIView viewAbove, float dy = 0f ) : FrameContext
PlaceBelow ( this fc, float dy = 0f ) : FrameContext
PlaceRight ( this fc, UIView pivot, float dx = 0f ) : FrameContext
TMagrin ( this fc, float topMargin ) : FrameContext
Width ( this fc, float width ) : FrameContext
X ( this fc, float x ) : FrameContext
Y ( this fc, float y ) : FrameContext

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

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

public static AlignBottom ( this fc ) : FrameContext
fc this
Результат FrameContext

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

public static AlignBottom ( this fc, UIView relativeView, float bottomMargin = 0f ) : FrameContext
fc this
relativeView UIView
bottomMargin float
Результат FrameContext

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

public static AlignLeft ( this fc, UIView relativeView, float dx = 0f ) : FrameContext
fc this
relativeView UIView
dx float
Результат FrameContext

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

public static AlignLeft ( this fc, float dx = 0f ) : FrameContext
fc this
dx float
Результат FrameContext

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

public static AlignRight ( this fc, UIView relativeView, float rightMargin = 0f ) : FrameContext
fc this
relativeView UIView
rightMargin float
Результат FrameContext

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

public static AlignRight ( this fc, float rightMargin = 0f ) : FrameContext
fc this
rightMargin float
Результат FrameContext

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

public static AlignTop ( this fc, RectangleF relativeViewFrame, float topMargin = 0f ) : FrameContext
fc this
relativeViewFrame System.Drawing.RectangleF
topMargin float
Результат FrameContext

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

public static AlignTop ( this fc, UIView relativeView, float topMargin = 0f ) : FrameContext
fc this
relativeView UIView
topMargin float
Результат FrameContext

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

public static AlignTop ( this fc, float topMargin = 0f ) : FrameContext
fc this
topMargin float
Результат FrameContext

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

public static BMargin ( this fc, float bottomMargin ) : FrameContext
fc this
bottomMargin float
Результат FrameContext

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

Get FrameContext
public static Begin ( this view, UIView relativeView = null ) : FrameContext
view this
relativeView UIView
Результат FrameContext

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

public static CenterH ( this fc ) : FrameContext
fc this
Результат FrameContext

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

public static CenterV ( this fc ) : FrameContext
fc this
Результат FrameContext

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

public static FillBelow ( this fc ) : FrameContext
fc this
Результат FrameContext

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

public static FillHorizontally ( this fc, float left = 0f, float right = 0f ) : FrameContext
fc this
left float
right float
Результат FrameContext

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

public static Height ( this fc, float height ) : FrameContext
fc this
height float
Результат FrameContext

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

public static LMargin ( this fc, float leftMargin ) : FrameContext
fc this
leftMargin float
Результат FrameContext

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

Расплолагает view левее центра родителя. Есть возможность сдвига на dx
public static LeftOfCenter ( this fc, float dx = 0f ) : FrameContext
fc this
dx float
Результат FrameContext

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

public static MoveY ( this fc, float dy ) : FrameContext
fc this
dy float
Результат FrameContext

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

public static PlaceAbove ( this fc, UIView viewBelow, float dy = 0f ) : FrameContext
fc this
viewBelow UIView
dy float
Результат FrameContext

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

public static PlaceBelow ( this fc, UIView viewAbove, float dy = 0f ) : FrameContext
fc this
viewAbove UIView
dy float
Результат FrameContext

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

public static PlaceBelow ( this fc, float dy = 0f ) : FrameContext
fc this
dy float
Результат FrameContext

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

public static PlaceRight ( this fc, UIView pivot, float dx = 0f ) : FrameContext
fc this
pivot UIView
dx float
Результат FrameContext

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

public static TMagrin ( this fc, float topMargin ) : FrameContext
fc this
topMargin float
Результат FrameContext

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

public static Width ( this fc, float width ) : FrameContext
fc this
width float
Результат FrameContext

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

public static X ( this fc, float x ) : FrameContext
fc this
x float
Результат FrameContext

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

public static Y ( this fc, float y ) : FrameContext
fc this
y float
Результат FrameContext