C# Класс Fluent.NativeMethods.MARGINS

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

Открытые свойства

Свойство Тип Описание
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

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

Метод Описание
MARGINS ( int left, int top, int right, int bottom ) : System

Constructor

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

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

Constructor
public MARGINS ( int left, int top, int right, int bottom ) : System
left int Width of the left border that retains its size.
top int Height of the top border that retains its size.
right int Width of the right border that retains its size.
bottom int Height of the bottom border that retains its size.
Результат System

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

cxLeftWidth публичное свойство

Width of the left border that retains its size.
public int cxLeftWidth
Результат int

cxRightWidth публичное свойство

Width of the right border that retains its size.
public int cxRightWidth
Результат int

cyBottomHeight публичное свойство

Height of the bottom border that retains its size.
public int cyBottomHeight
Результат int

cyTopHeight публичное свойство

Height of the top border that retains its size.
public int cyTopHeight
Результат int