C# Class Xamarin.Forms.Conference.WebRTC.CheckBoxView

Inheritance: UIButton
Mostra file Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
AdjustEdgeInsets ( ) : void

Adjusts the edge insets.

ApplyStyle ( ) : void

Applies the style.

CheckBoxView ( ) : CoreGraphics

Initializes a new instance of the CheckBoxView class.

CheckBoxView ( CGRect bounds ) : CoreGraphics

Initializes a new instance of the CheckBoxView class.

Initialize ( ) : void

Initializes this instance.

Method Details

AdjustEdgeInsets() public method

Adjusts the edge insets.
public AdjustEdgeInsets ( ) : void
return void

ApplyStyle() public method

Applies the style.
public ApplyStyle ( ) : void
return void

CheckBoxView() public method

Initializes a new instance of the CheckBoxView class.
public CheckBoxView ( ) : CoreGraphics
return CoreGraphics

CheckBoxView() public method

Initializes a new instance of the CheckBoxView class.
public CheckBoxView ( CGRect bounds ) : CoreGraphics
bounds CGRect The bounds.
return CoreGraphics

Initialize() public method

Initializes this instance.
public Initialize ( ) : void
return void