C# Class Xwt.WidgetSpacing

Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

WidgetSpacing() public méthode

public WidgetSpacing ( double left, double top, double right, double bottom ) : System
left double
top double
right double
bottom double
Résultat System