Skip to content

DrawingMargin

Namespace: ThinkGeo.Core

public struct DrawingMargin

Inheritance ObjectValueTypeDrawingMargin

Properties

Top

public int Top { get; set; }

Property Value

Int32

public int Right { get; set; }

Property Value

Int32

Down

public int Down { get; set; }

Property Value

Int32

Left

public int Left { get; set; }

Property Value

Int32

Constructors

DrawingMargin(Int32, Int32, Int32, Int32)

DrawingMargin(int top, int right, int down, int left)

Parameters

top Int32

right Int32

down Int32

left Int32