C# Class UIKit.UIBorderedButton

Inheritance: iOSHelpers.SimpleButton
显示文件 Open project: Clancey/iOSHelpers

Public Methods

Method Description
ObserveValue ( Foundation keyPath, Foundation ofObject, Foundation change, IntPtr context ) : void
SizeToFit ( ) : void
TintColorDidChange ( ) : void
TouchesBegan ( Foundation touches, UIEvent evt ) : void
TouchesCancelled ( Foundation touches, UIEvent evt ) : void
TouchesEnded ( Foundation touches, UIEvent evt ) : void
UIBorderedButton ( ) : System
UIBorderedButton ( IntPtr handle ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SetColor ( ) : void
init ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ObserveValue() public method

public ObserveValue ( Foundation keyPath, Foundation ofObject, Foundation change, IntPtr context ) : void
keyPath Foundation
ofObject Foundation
change Foundation
context System.IntPtr
return void

SizeToFit() public method

public SizeToFit ( ) : void
return void

TintColorDidChange() public method

public TintColorDidChange ( ) : void
return void

TouchesBegan() public method

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

TouchesCancelled() public method

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

UIBorderedButton() public method

public UIBorderedButton ( ) : System
return System

UIBorderedButton() public method

public UIBorderedButton ( IntPtr handle ) : System
handle IntPtr
return System