C# Class ChatterBox.Client.Presentation.Shared.Services.LayoutService

Inheritance: BindableBase
Show file Open project: openpeer/ChatterBox Class Usage Examples

Public Methods

Method Description
UpdateLayout ( double height, double width ) : void

Private Methods

Method Description
LayoutRootSizeChanged ( object sender, WindowSizeChangedEventArgs e ) : void
LayoutService ( ) : System

Method Details

UpdateLayout() public method

public UpdateLayout ( double height, double width ) : void
height double
width double
return void