C# Class BrightnessTray.NativeMethods.MARGINS

Exibir arquivo Open project: navhaxs/BrightnessTray Class Usage Examples

Public Properties

Property Type Description
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

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