Class Margin
ชื่อพื้นที่: Aspose.Svg.Drawing การประชุม: Aspose.SVG.dll (25.5.0)
แสดงหน้า margin
[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(int)
เริ่มต้นตัวอย่างใหม่ของชั้น 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)
เริ่มต้นตัวอย่างใหม่ของชั้น 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; }