C# Class Standard.MARGINS

Afficher le fichier Open project: MahApps/MahApps.Metro Class Usage Examples

Méthodes publiques

Свойство Type Description
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

Property Details

cxLeftWidth public_oe property

Width of left border that retains its size.
public int cxLeftWidth
Résultat int

cxRightWidth public_oe property

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

cyBottomHeight public_oe property

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

cyTopHeight public_oe property

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