C# 클래스 Touch.Common.FrameHelper

파일 보기 프로젝트 열기: TouchInstinct/Training

공개 메소드들

메소드 설명
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