Class Margin

Class Margin

名称: Aspose.Html.Drawing 编辑: Aspose.HTML.dll (25.4.0)

代表页面边界。

[ComVisible(true)]
public class Margin

Inheritance

object Margin

继承人

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

Constructors

Margin()

启动了 Aspose.Html.Drawing.Margin 类的新例子。

public Margin()

Margin(因特)

启动了 Aspose.Html.Drawing.Margin 类的新例子。

public Margin(int anyMargin)

Parameters

anyMargin int

任何边界大小。

Margin(Length)

启动了 Aspose.Html.Drawing.Margin 类的新例子。

public Margin(Length anyMargin)

Parameters

anyMargin Length

任何边界大小。

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

启动了 Aspose.Html.Drawing.Margin 类的新例子。

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

Parameters

left int

左大小。

top int

最高尺寸。

right int

正确的尺寸。

bottom int

底部大小。

Margin(长度、长度、长度)

启动了 Aspose.Html.Drawing.Margin 类的新例子。

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

Parameters

left Length

左大小。

top Length

最高尺寸。

right Length

正确的尺寸。

bottom Length

底部大小。

Properties

Bottom

接下或放下底部。

public LengthOrAuto Bottom { get; set; }

财产价值

LengthOrAuto

Left

拿或放左。

public LengthOrAuto Left { get; set; }

财产价值

LengthOrAuto

Right

得到或设置正确的。

public LengthOrAuto Right { get; set; }

财产价值

LengthOrAuto

Top

拿到或设置顶部。

public LengthOrAuto Top { get; set; }

财产价值

LengthOrAuto

 中文