C# Class Fluent.NativeMethods.MARGINS

Datei anzeigen Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

Public Methods

Method Description
MARGINS ( int left, int top, int right, int bottom ) : System

Constructor

Method Details

MARGINS() public method

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.
return System

Property Details

cxLeftWidth public_oe property

Width of the left border that retains its size.
public int cxLeftWidth
return int

cxRightWidth public_oe property

Width of the right border that retains its size.
public int cxRightWidth
return int

cyBottomHeight public_oe property

Height of the bottom border that retains its size.
public int cyBottomHeight
return int

cyTopHeight public_oe property

Height of the top border that retains its size.
public int cyTopHeight
return int