C# Class BrightnessTray.NativeMethods.MARGINS

Show file Open project: navhaxs/BrightnessTray Class Usage Examples

Public Properties

Property Type Description
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

Property Details

cxLeftWidth public property

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

cxRightWidth public property

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

cyBottomHeight public property

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

cyTopHeight public property

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