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

Inheritance: GtkFormsContainer
Exibir arquivo Open project: microhobby/maui-linux

Public Methods

Method 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

Protected Methods

Method Description
Draw ( Gdk.Rectangle area, Context cr ) : void

Method Details

Draw() protected method

protected Draw ( Gdk.Rectangle area, Context cr ) : void
area Gdk.Rectangle
cr Context
return void

ResetColor() public method

public ResetColor ( ) : void
return void

UpdateBorderRadius() public method

public UpdateBorderRadius ( int topLeftRadius = 5, int topRightRadius = 5, int bottomLeftRadius = 5, int bottomRightRadius = 5 ) : void
topLeftRadius int
topRightRadius int
bottomLeftRadius int
bottomRightRadius int
return void

UpdateColor() public method

public UpdateColor ( Color color ) : void
color Color
return void

UpdateSize() public method

public UpdateSize ( int height, int width ) : void
height int
width int
return void