C# 클래스 XamarinForms.QbChat.iOS.CheckBoxView

상속: UIButton
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk

공개 메소드들

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

메소드 상세

AdjustEdgeInsets() 공개 메소드

Adjusts the edge insets.
public AdjustEdgeInsets ( ) : void
리턴 void

ApplyStyle() 공개 메소드

Applies the style.
public ApplyStyle ( ) : void
리턴 void

CheckBoxView() 공개 메소드

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

CheckBoxView() 공개 메소드

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

Initialize() 공개 메소드

Initializes this instance.
public Initialize ( ) : void
리턴 void