C# 클래스 ViewExtensions, Wordpress-Client

파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

공개 메소드들

메소드 설명
CenterX ( this view ) : nfloat
CenterY ( this view ) : nfloat
FindFirstResponder ( this view ) : UIView,

Find the first responder in the view's subview hierarchy

FindSuperviewOfType ( this view, UIView, stopAt, Type type ) : UIView,

Find the first Superview of the specified type (or descendant of)

SetBottom ( this view, nfloat b ) : void
SetCenterX ( this view, nfloat cx ) : void
SetCenterY ( this view, nfloat cy ) : void
SetHeight ( this view, nfloat h ) : void
SetLeft ( this view, nfloat l ) : void
SetRight ( this view, nfloat r ) : void
SetTop ( this view, nfloat t ) : void
SetWidth ( this view, nfloat w ) : void

메소드 상세

CenterX() 공개 정적인 메소드

public static CenterX ( this view ) : nfloat
view this
리턴 nfloat

CenterY() 공개 정적인 메소드

public static CenterY ( this view ) : nfloat
view this
리턴 nfloat

FindFirstResponder() 공개 정적인 메소드

Find the first responder in the view's subview hierarchy
public static FindFirstResponder ( this view ) : UIView,
view this /// A ///
리턴 UIView,

FindSuperviewOfType() 공개 정적인 메소드

Find the first Superview of the specified type (or descendant of)
public static FindSuperviewOfType ( this view, UIView, stopAt, Type type ) : UIView,
view this /// A ///
stopAt UIView, /// A that indicates where to stop looking up the superview hierarchy ///
type Type /// A to look for, this should be a UIView or descendant type ///
리턴 UIView,

SetBottom() 공개 정적인 메소드

public static SetBottom ( this view, nfloat b ) : void
view this
b nfloat
리턴 void

SetCenterX() 공개 정적인 메소드

public static SetCenterX ( this view, nfloat cx ) : void
view this
cx nfloat
리턴 void

SetCenterY() 공개 정적인 메소드

public static SetCenterY ( this view, nfloat cy ) : void
view this
cy nfloat
리턴 void

SetHeight() 공개 정적인 메소드

public static SetHeight ( this view, nfloat h ) : void
view this
h nfloat
리턴 void

SetLeft() 공개 정적인 메소드

public static SetLeft ( this view, nfloat l ) : void
view this
l nfloat
리턴 void

SetRight() 공개 정적인 메소드

public static SetRight ( this view, nfloat r ) : void
view this
r nfloat
리턴 void

SetTop() 공개 정적인 메소드

public static SetTop ( this view, nfloat t ) : void
view this
t nfloat
리턴 void

SetWidth() 공개 정적인 메소드

public static SetWidth ( this view, nfloat w ) : void
view this
w nfloat
리턴 void