C# Class PhotoViewerTest.RelativeLayoutExtensions

Afficher le fichier Open project: Manne990/PhotoViewerTest

Méthodes publiques

Méthode Description
AddAfter ( this layout, View view, View prev, int width, int y ) : void
AddCentered ( this layout, View view, int width, int y ) : void
AddCentered ( this layout, View view, int width, int height, int y ) : void
AddInOrigo ( this layout, View view, int width, int height ) : void
AddLeft ( this layout, View view, int width, int x, int y ) : void
AddLeft ( this layout, View view, int width, int height, int x, int y ) : void
AddLeftAfter ( this layout, View view, View prev, int width, int x, int y ) : void
AddLeftAfter ( this layout, View view, View prev, int width, int height, int x, int y ) : void
AddRight ( this layout, View view, int width, int x, int y ) : void
AddRight ( this layout, View view, int width, int height, int x, int y ) : void
AddRightAfter ( this layout, View view, View prev, int width, int x, int y ) : void
AddRightAfter ( this layout, View view, View prev, int width, int height, int x, int y ) : void

Method Details

AddAfter() public static méthode

public static AddAfter ( this layout, View view, View prev, int width, int y ) : void
layout this
view Xamarin.Forms.View
prev Xamarin.Forms.View
width int
y int
Résultat void

AddCentered() public static méthode

public static AddCentered ( this layout, View view, int width, int y ) : void
layout this
view Xamarin.Forms.View
width int
y int
Résultat void

AddCentered() public static méthode

public static AddCentered ( this layout, View view, int width, int height, int y ) : void
layout this
view Xamarin.Forms.View
width int
height int
y int
Résultat void

AddInOrigo() public static méthode

public static AddInOrigo ( this layout, View view, int width, int height ) : void
layout this
view Xamarin.Forms.View
width int
height int
Résultat void

AddLeft() public static méthode

public static AddLeft ( this layout, View view, int width, int x, int y ) : void
layout this
view Xamarin.Forms.View
width int
x int
y int
Résultat void

AddLeft() public static méthode

public static AddLeft ( this layout, View view, int width, int height, int x, int y ) : void
layout this
view Xamarin.Forms.View
width int
height int
x int
y int
Résultat void

AddLeftAfter() public static méthode

public static AddLeftAfter ( this layout, View view, View prev, int width, int x, int y ) : void
layout this
view Xamarin.Forms.View
prev Xamarin.Forms.View
width int
x int
y int
Résultat void

AddLeftAfter() public static méthode

public static AddLeftAfter ( this layout, View view, View prev, int width, int height, int x, int y ) : void
layout this
view Xamarin.Forms.View
prev Xamarin.Forms.View
width int
height int
x int
y int
Résultat void

AddRight() public static méthode

public static AddRight ( this layout, View view, int width, int x, int y ) : void
layout this
view Xamarin.Forms.View
width int
x int
y int
Résultat void

AddRight() public static méthode

public static AddRight ( this layout, View view, int width, int height, int x, int y ) : void
layout this
view Xamarin.Forms.View
width int
height int
x int
y int
Résultat void

AddRightAfter() public static méthode

public static AddRightAfter ( this layout, View view, View prev, int width, int x, int y ) : void
layout this
view Xamarin.Forms.View
prev Xamarin.Forms.View
width int
x int
y int
Résultat void

AddRightAfter() public static méthode

public static AddRightAfter ( this layout, View view, View prev, int width, int height, int x, int y ) : void
layout this
view Xamarin.Forms.View
prev Xamarin.Forms.View
width int
height int
x int
y int
Résultat void