C# 클래스 MessageBar.MessageView

상속: UIView
파일 보기 프로젝트 열기: xamarin/Sport 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetStatusBarFrame CGRect
IsDeviceLandscape bool
IsRunningiOS7OrLater bool
IsRunningiOS8OrLater bool
IsStatusBarLandscape bool
OrientFrame CGRect
OrientationChanged void

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
LayoutSubviews ( ) : void
MessageView ( ) : System
MessageView ( string title, string description, MessageType type ) : System

비공개 메소드들

메소드 설명
GetStatusBarFrame ( ) : CGRect
IsDeviceLandscape ( UIDeviceOrientation orientation ) : bool
IsRunningiOS7OrLater ( ) : bool
IsRunningiOS8OrLater ( ) : bool
IsStatusBarLandscape ( UIInterfaceOrientation orientation ) : bool
OrientFrame ( CGRect frame ) : CGRect
OrientationChanged ( NSNotification notification ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

MessageView() 공개 메소드

public MessageView ( ) : System
리턴 System

MessageView() 공개 메소드

public MessageView ( string title, string description, MessageType type ) : System
title string
description string
type MessageType
리턴 System