C# Class BrightnessTray.NativeMethods.MARGINS

Afficher le fichier Open project: navhaxs/BrightnessTray Class Usage Examples

Méthodes publiques

Свойство 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
Résultat int

cxRightWidth public_oe property

Width of the right border that retains its size.
public int cxRightWidth
Résultat int

cyBottomHeight public_oe property

Height of the bottom border that retains its size.
public int cyBottomHeight
Résultat int

cyTopHeight public_oe property

Height of the top border that retains its size.
public int cyTopHeight
Résultat int