DrawingMargin¶
Namespace: ThinkGeo.Core
public struct DrawingMargin
Inheritance Object → ValueType → DrawingMargin
Properties¶
Top¶
public int Top { get; set; }
Property Value¶
Right¶
public int Right { get; set; }
Property Value¶
Down¶
public int Down { get; set; }
Property Value¶
Left¶
public int Left { get; set; }
Property Value¶
Constructors¶
DrawingMargin(Int32, Int32, Int32, Int32)¶
DrawingMargin(int top, int right, int down, int left)
Parameters¶
top
Int32
right
Int32
down
Int32
left
Int32