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

Inheritance: BaseLayoutManager
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
AddToContainer ( object control ) : void
ApplyLayout ( ) : void
FormsLayoutManager ( AbsoluteLayout container ) : System
FormsLayoutManager ( AbsoluteLayout container, LayoutPreset preset ) : System
RemoveFromContainer ( object control ) : void
RunOnUIThread ( object>.DoubleAction action, object arg1, object arg2 ) : void

Private Methods

Méthode Description
UpdateLayout ( object sender, EventArgs e ) : void

Method Details

AddToContainer() public méthode

public AddToContainer ( object control ) : void
control object
Résultat void

ApplyLayout() public méthode

public ApplyLayout ( ) : void
Résultat void

FormsLayoutManager() public méthode

public FormsLayoutManager ( AbsoluteLayout container ) : System
container AbsoluteLayout
Résultat System

FormsLayoutManager() public méthode

public FormsLayoutManager ( AbsoluteLayout container, LayoutPreset preset ) : System
container AbsoluteLayout
preset LayoutPreset
Résultat System

RemoveFromContainer() public méthode

public RemoveFromContainer ( object control ) : void
control object
Résultat void

RunOnUIThread() public méthode

public RunOnUIThread ( object>.DoubleAction action, object arg1, object arg2 ) : void
action object>.DoubleAction
arg1 object
arg2 object
Résultat void