Margin.Margin
Inhalt
[
Ausblenden
]
Margin()
Initialisiert eine neue Instanz vonMargin
Klasse.
public Margin()
Siehe auch
- class Margin
- namensraum Aspose.Html.Drawing
- Montage Aspose.HTML
Margin(int)
Initialisiert eine neue Instanz vonMargin
Klasse.
public Margin(int anyMargin)
Parameter | Typ | Beschreibung |
---|---|---|
anyMargin | Int32 | Jede Randgröße. |
Siehe auch
- class Margin
- namensraum Aspose.Html.Drawing
- Montage Aspose.HTML
Margin(Length)
Initialisiert eine neue Instanz vonMargin
Klasse.
public Margin(Length anyMargin)
Parameter | Typ | Beschreibung |
---|---|---|
anyMargin | Length | Jede Randgröße. |
Siehe auch
- class Length
- class Margin
- namensraum Aspose.Html.Drawing
- Montage Aspose.HTML
Margin(int, int, int, int)
Initialisiert eine neue Instanz vonMargin
Klasse.
public Margin(int left, int top, int right, int bottom)
Parameter | Typ | Beschreibung |
---|---|---|
left | Int32 | Die linke Größe. |
top | Int32 | Die Spitzengröße. |
right | Int32 | Die richtige Größe. |
bottom | Int32 | Die untere Größe. |
Siehe auch
- class Margin
- namensraum Aspose.Html.Drawing
- Montage Aspose.HTML
Margin(Length, Length, Length, Length)
Initialisiert eine neue Instanz vonMargin
Klasse.
public Margin(Length left, Length top, Length right, Length bottom)
Parameter | Typ | Beschreibung |
---|---|---|
left | Length | Die linke Größe. |
top | Length | Die Spitzengröße. |
right | Length | Die richtige Größe. |
bottom | Length | Die untere Größe. |
Siehe auch
- class Length
- class Margin
- namensraum Aspose.Html.Drawing
- Montage Aspose.HTML