C# Class ZForge.Controls.XPTable.Models.CellPadding

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty CellPadding

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CellPadding ( int left, int top, int right, int bottom ) : System

Initializes a new instance of the Padding class

Equals ( object obj ) : bool

Tests whether obj is a CellPadding structure with the same values as this Padding structure

GetHashCode ( ) : int

Returns the hash code for this CellPadding structure

operator ( ) : bool

Tests whether two CellPadding structures differ in their Left, Top, Right, and Bottom properties

Method Details

CellPadding() public méthode

Initializes a new instance of the Padding class
public CellPadding ( int left, int top, int right, int bottom ) : System
left int The width of the left padding value
top int The height of top padding value
right int The width of the right padding value
bottom int The height of bottom padding value
Résultat System

Equals() public méthode

Tests whether obj is a CellPadding structure with the same values as this Padding structure
public Equals ( object obj ) : bool
obj object The Object to test
Résultat bool

GetHashCode() public méthode

Returns the hash code for this CellPadding structure
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

Tests whether two CellPadding structures differ in their Left, Top, Right, and Bottom properties
public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Represents a Padding structure with its properties left uninitialized
public static CellPadding,ZForge.Controls.XPTable.Models Empty
Résultat CellPadding