Struct DrawingMargin
public struct DrawingMargin
- Inherited Members
Constructors
DrawingMargin(int, int, int, int)
public DrawingMargin(int top, int right, int down, int left)
Parameters
Properties
Down
public int Down { readonly get; set; }
Property Value
Left
public int Left { readonly get; set; }
Property Value
Right
public int Right { readonly get; set; }
Property Value
Top
public int Top { readonly get; set; }