Class Margin
Class Margin
名称: Aspose.Svg.Drawing 会議: Aspose.SVG.dll (25.5.0)
ページマージンです。
[ComVisible(true)]
public class MarginInheritance
相続人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Margin()
Aspose.Svg.Drawing.Margin クラスの新しい例を開始します。
public Margin()Margin(インタ)
Aspose.Svg.Drawing.Margin クラスの新しい例を開始します。
public Margin(int anyMargin)Parameters
anyMargin int
あらゆるマージンサイズ
Margin(Length)
Aspose.Svg.Drawing.Margin クラスの新しい例を開始します。
public Margin(Length anyMargin)Parameters
anyMargin Length
あらゆるマージンサイズ
Margin(int、 int、 int、 int、 int)
Aspose.Svg.Drawing.Margin クラスの新しい例を開始します。
public Margin(int left, int top, int right, int bottom)Parameters
left int
左のサイズ。
top int
トップサイズ。
right int
正しいサイズです。
bottom int
下のサイズです。
Margin(長さ、長さ、長さ)
Aspose.Svg.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; }不動産価値
Left
取るか、左に置くか。
public LengthOrAuto Left { get; set; }不動産価値
Right
得るか、正しいか。
public LengthOrAuto Right { get; set; }不動産価値
Top
取るか、トップを置くか。
public LengthOrAuto Top { get; set; }