C# Класс ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonTitle

View element that draws nothing and will center all children within itself.
Наследование: ComponentFactory.Krypton.Toolkit.ViewLayoutDocker
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Layout ( ViewLayoutContext context ) : void

Perform a layout of the elements.

ToString ( ) : string

Obtains the String representation of this instance.

ViewLayoutRibbonTitle ( ) : System

Initialize a new instance of the ViewLayoutRibbonTitle class.

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

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

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
Результат void

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

Obtains the String representation of this instance.
public ToString ( ) : string
Результат string

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

Initialize a new instance of the ViewLayoutRibbonTitle class.
public ViewLayoutRibbonTitle ( ) : System
Результат System