Class Margin

Class Margin

Pôvodný názov: Aspose.Html.Drawing Zhromaždenie: Aspose.HTML.dll (25.4.0)

Zobrazuje sa na stránke margín.

[ComVisible(true)]
public class Margin

Inheritance

object Margin

Z dedičných členov

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Margin()

Iniciuje novú inštanciu triedy Aspose.Html.Drawing.Margin.

public Margin()

Margin(int)

Iniciuje novú inštanciu triedy Aspose.Html.Drawing.Margin.

public Margin(int anyMargin)

Parameters

anyMargin int

Akákoľvek veľkosť marže.

Margin(Length)

Iniciuje novú inštanciu triedy Aspose.Html.Drawing.Margin.

public Margin(Length anyMargin)

Parameters

anyMargin Length

Akákoľvek veľkosť marže.

Margin(int, int, int, int, int)

Iniciuje novú inštanciu triedy Aspose.Html.Drawing.Margin.

public Margin(int left, int top, int right, int bottom)

Parameters

left int

V ľavej veľkosti.

top int

Najvyššia veľkosť .

right int

Správna veľkosť .

bottom int

V dolnej veľkosti.

Margin(dĺžka, dĺžka, dĺžka)

Iniciuje novú inštanciu triedy Aspose.Html.Drawing.Margin.

public Margin(Length left, Length top, Length right, Length bottom)

Parameters

left Length

V ľavej veľkosti.

top Length

Najvyššia veľkosť .

right Length

Správna veľkosť .

bottom Length

V dolnej veľkosti.

Properties

Bottom

Dostanete alebo položte spodnú časť.

public LengthOrAuto Bottom { get; set; }

Hodnota nehnuteľnosti

LengthOrAuto

Left

Vezmite alebo položte ľavú stranu.

public LengthOrAuto Left { get; set; }

Hodnota nehnuteľnosti

LengthOrAuto

Right

Dostanete alebo nastavíte pravú.

public LengthOrAuto Right { get; set; }

Hodnota nehnuteľnosti

LengthOrAuto

Top

Získajte alebo položte vrchol.

public LengthOrAuto Top { get; set; }

Hodnota nehnuteľnosti

LengthOrAuto

 Slovenčina