C# Класс Smrf.NodeXL.ApplicationUtil.LayoutManager

Helper class for managing graph layouts.
This class defines a set of available layouts. (A layout is a class that implements ILayout. It provides a Layout property for keeping track of the layout type currently in use, a event that is raised when the layout is changed, and a CreateLayout method for creating a layout of the current type.

Use the derived LayoutManagerForMenu class if your application uses ToolStripMenuItems for selecting the current layout. Use the derived LayoutManagerForToolStripSplitButton class if your application uses a ToolStripSplitButton for selecting the current layout.

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_eLayout LayoutType

Private Properties

Свойство Тип Описание
AssertValid void

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

Метод Описание
CreateLayout ( ) : ILayout
LayoutManager ( ) : System

Initializes a new instance of the LayoutManager class.

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

Метод Описание
AssertValid ( ) : void

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

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

public CreateLayout ( ) : ILayout
Результат ILayout

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

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

Описание свойств

m_eLayout защищенное свойство

protected LayoutType m_eLayout
Результат LayoutType