C# Class ViewExtensions, Wordpress-Client

Mostra file Open project: fpt-software/Wordpress-Client Class Usage Examples

Public Methods

Method Description
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

Method Details

CenterX() public static method

public static CenterX ( this view ) : nfloat
view this
return nfloat

CenterY() public static method

public static CenterY ( this view ) : nfloat
view this
return nfloat

FindFirstResponder() public static method

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

FindSuperviewOfType() public static method

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 ///
return UIView,

SetBottom() public static method

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

SetCenterX() public static method

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

SetCenterY() public static method

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

SetHeight() public static method

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

SetLeft() public static method

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

SetRight() public static method

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

SetTop() public static method

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

SetWidth() public static method

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