C# Class Xwt.WidgetSpacing

Datei anzeigen Open project: TheBrainTech/xwt Class Usage Examples

Public Methods

Method Description
GetSpacingForOrientation ( Orientation orientation ) : double

Get the spacing of a widget for the specified orientation.

WidgetSpacing ( double left, double top, double right, double bottom ) : System

Method Details

GetSpacingForOrientation() public method

Get the spacing of a widget for the specified orientation.
public GetSpacingForOrientation ( Orientation orientation ) : double
orientation Orientation The orientation.
return double

WidgetSpacing() public method

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