Class Margin

Class Margin

Název místa: Aspose.Html.Drawing Sbírka: Aspose.HTML.dll (25.4.0)

Zahrnuje stránku Margin.

[ComVisible(true)]
public class Margin

Inheritance

object Margin

Dědiční členové

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

Constructors

Margin()

Začíná nový příklad třídy Aspose.Html.Drawing.Margin.

public Margin()

Margin(Int)

Začíná nový příklad třídy Aspose.Html.Drawing.Margin.

public Margin(int anyMargin)

Parameters

anyMargin int

Každá velikost marže.

Margin(Length)

Začíná nový příklad třídy Aspose.Html.Drawing.Margin.

public Margin(Length anyMargin)

Parameters

anyMargin Length

Každá velikost marže.

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

Začíná nový příklad třídy Aspose.Html.Drawing.Margin.

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

Parameters

left int

V pravé velikosti.

top int

Nejvyšší velikost.

right int

Správná velikost.

bottom int

V dolní velikosti.

Margin(Délka, délka, délka a délka)

Začíná nový příklad třídy Aspose.Html.Drawing.Margin.

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

Parameters

left Length

V pravé velikosti.

top Length

Nejvyšší velikost.

right Length

Správná velikost.

bottom Length

V dolní velikosti.

Properties

Bottom

Vezměte nebo položte dolní část.

public LengthOrAuto Bottom { get; set; }

Hodnota nemovitosti

LengthOrAuto

Left

Vezměte nebo položte lev.

public LengthOrAuto Left { get; set; }

Hodnota nemovitosti

LengthOrAuto

Right

Získáte nebo nastavte pravdu.

public LengthOrAuto Right { get; set; }

Hodnota nemovitosti

LengthOrAuto

Top

Získejte nebo položte vrchol.

public LengthOrAuto Top { get; set; }

Hodnota nemovitosti

LengthOrAuto

 Čeština