C# Class MessageBar.MessageView

Inheritance: UIView
Afficher le fichier Open project: xamarin/Sport Class Usage Examples

Private Properties

Свойство Type Description
GetStatusBarFrame CGRect
IsDeviceLandscape bool
IsRunningiOS7OrLater bool
IsRunningiOS8OrLater bool
IsStatusBarLandscape bool
OrientFrame CGRect
OrientationChanged void

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
LayoutSubviews ( ) : void
MessageView ( ) : System
MessageView ( string title, string description, MessageType type ) : System

Private Methods

Méthode Description
GetStatusBarFrame ( ) : CGRect
IsDeviceLandscape ( UIDeviceOrientation orientation ) : bool
IsRunningiOS7OrLater ( ) : bool
IsRunningiOS8OrLater ( ) : bool
IsStatusBarLandscape ( UIInterfaceOrientation orientation ) : bool
OrientFrame ( CGRect frame ) : CGRect
OrientationChanged ( NSNotification notification ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

MessageView() public méthode

public MessageView ( ) : System
Résultat System

MessageView() public méthode

public MessageView ( string title, string description, MessageType type ) : System
title string
description string
type MessageType
Résultat System