C# Class Microsoft.Maui.Controls.Compatibility.Platform.GTK.Controls.BoxView

Inheritance: GtkFormsContainer
Afficher le fichier Open project: microhobby/maui-linux

Méthodes publiques

Méthode Description
ResetColor ( ) : void
UpdateBorderRadius ( int topLeftRadius = 5, int topRightRadius = 5, int bottomLeftRadius = 5, int bottomRightRadius = 5 ) : void
UpdateColor ( Color color ) : void
UpdateSize ( int height, int width ) : void

Méthodes protégées

Méthode Description
Draw ( Gdk.Rectangle area, Context cr ) : void

Method Details

Draw() protected méthode

protected Draw ( Gdk.Rectangle area, Context cr ) : void
area Gdk.Rectangle
cr Context
Résultat void

ResetColor() public méthode

public ResetColor ( ) : void
Résultat void

UpdateBorderRadius() public méthode

public UpdateBorderRadius ( int topLeftRadius = 5, int topRightRadius = 5, int bottomLeftRadius = 5, int bottomRightRadius = 5 ) : void
topLeftRadius int
topRightRadius int
bottomLeftRadius int
bottomRightRadius int
Résultat void

UpdateColor() public méthode

public UpdateColor ( Color color ) : void
color Color
Résultat void

UpdateSize() public méthode

public UpdateSize ( int height, int width ) : void
height int
width int
Résultat void