Margin.Margin

Margin()

Initialise une nouvelle instance duMargin classe.

public Margin()

Voir également


Margin(int)

Initialise une nouvelle instance duMargin classe.

public Margin(int anyMargin)
ParamètreTaperLa description
anyMarginInt32N’importe quelle taille de marge.

Voir également


Margin(Length)

Initialise une nouvelle instance duMargin classe.

public Margin(Length anyMargin)
ParamètreTaperLa description
anyMarginLengthN’importe quelle taille de marge.

Voir également


Margin(int, int, int, int)

Initialise une nouvelle instance duMargin classe.

public Margin(int left, int top, int right, int bottom)
ParamètreTaperLa description
leftInt32La taille gauche.
topInt32La taille supérieure.
rightInt32La bonne taille.
bottomInt32La taille du bas.

Voir également


Margin(Length, Length, Length, Length)

Initialise une nouvelle instance duMargin classe.

public Margin(Length left, Length top, Length right, Length bottom)
ParamètreTaperLa description
leftLengthLa taille gauche.
topLengthLa taille supérieure.
rightLengthLa bonne taille.
bottomLengthLa taille du bas.

Voir également