C# Class WTEdgeInsets, FutilePrototyper

Datei anzeigen Open project: wtrebella/FutilePrototyper

Public Properties

Property Type Description
bottom float
left float
right float
top float

Public Methods

Method Description
WTEdgeInsets ( float top, float left, float bottom, float right )

Method Details

WTEdgeInsets() public method

public WTEdgeInsets ( float top, float left, float bottom, float right )
top float
left float
bottom float
right float

Property Details

bottom public_oe property

public float bottom
return float

left public_oe property

public float left
return float

right public_oe property

public float right
return float

top public_oe property

public float top
return float