C# Класс Microsoft.Maui.Controls.Compatibility.Platform.GTK.Controls.BoxView

Наследование: GtkFormsContainer
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Draw ( Gdk.Rectangle area, Context cr ) : void

Описание методов

Draw() защищенный Метод

protected Draw ( Gdk.Rectangle area, Context cr ) : void
area Gdk.Rectangle
cr Context
Результат void

ResetColor() публичный Метод

public ResetColor ( ) : void
Результат void

UpdateBorderRadius() публичный Метод

public UpdateBorderRadius ( int topLeftRadius = 5, int topRightRadius = 5, int bottomLeftRadius = 5, int bottomRightRadius = 5 ) : void
topLeftRadius int
topRightRadius int
bottomLeftRadius int
bottomRightRadius int
Результат void

UpdateColor() публичный Метод

public UpdateColor ( Color color ) : void
color Color
Результат void

UpdateSize() публичный Метод

public UpdateSize ( int height, int width ) : void
height int
width int
Результат void