C# Класс MetroFramework.Controls.MetroProgressBar

Наследование: System.Windows.Forms.ProgressBar, IMetroControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DrawProgressContinuous void
DrawProgressMarquee void
DrawProgressText void
StartTimer void
StopTimer void
marqueeTimer_Tick void

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

Метод Описание
GetPreferredSize ( Size proposedSize ) : Size
MetroProgressBar ( ) : System

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

Метод Описание
OnCustomPaint ( MetroPaintEventArgs e ) : void
OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnPaintForeground ( PaintEventArgs e ) : void

Приватные методы

Метод Описание
DrawProgressContinuous ( Graphics graphics ) : void
DrawProgressMarquee ( Graphics graphics ) : void
DrawProgressText ( Graphics graphics ) : void
StartTimer ( ) : void
StopTimer ( ) : void
marqueeTimer_Tick ( object sender, EventArgs e ) : void

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

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

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
Результат System.Drawing.Size

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

public MetroProgressBar ( ) : System
Результат System

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

protected OnCustomPaint ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
Результат void

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

protected OnCustomPaintBackground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
Результат void

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

protected OnCustomPaintForeground ( MetroPaintEventArgs e ) : void
e MetroFramework.Drawing.MetroPaintEventArgs
Результат void

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

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

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

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

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

protected OnPaintForeground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void