======Метод PropertyGridHeader.ArrangeSize(TextSizeDelegate, TextSizeDelegate, Int32, Int32, Boolean, Single)====== * **Пространство имен:** [[developers:references:topomatic.controls.objectinspection.propertygrid|Topomatic.Controls.ObjectInspection.PropertyGrid]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public void ArrangeSize(TextSizeDelegate headerSize, TextSizeDelegate rowsSize, int maxRowCount, int startRow, bool textOnly, float imagePadding) **Параметры** * //headerSize// * Тип: [[developers:references:topomatic.controls.objectinspection.propertygrid.textsizedelegate|Topomatic.Controls.ObjectInspection.PropertyGrid.TextSizeDelegate]] * //rowsSize// * Тип: [[developers:references:topomatic.controls.objectinspection.propertygrid.textsizedelegate|Topomatic.Controls.ObjectInspection.PropertyGrid.TextSizeDelegate]] * //maxRowCount// * Тип: [[developers:references:system.int32|System.Int32]] * //startRow// * Тип: [[developers:references:system.int32|System.Int32]] * //textOnly// * Тип: [[developers:references:system.boolean|System.Boolean]] * //imagePadding// * Тип: [[developers:references:system.single|System.Single]]