C# Class SharpUI.Thickness

Show file Open project: duckmaestro/Sharp-UI Class Usage Examples

Public Properties

Property Type Description
Bottom double
Left double
Right double
Top double

Public Methods

Method Description
Thickness ( double top, double right, double bottom, double left ) : System

Private Methods

Method Description
Thickness ( ) : System

Method Details

Thickness() public method

public Thickness ( double top, double right, double bottom, double left ) : System
top double
right double
bottom double
left double
return System

Property Details

Bottom public property

public double Bottom
return double

Left public property

public double Left
return double

Right public property

public double Right
return double

Top public property

public double Top
return double