C# 클래스 ZForge.Controls.XPTable.Models.CellPadding

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty CellPadding

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CellPadding() 공개 메소드

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
리턴 System

Equals() 공개 메소드

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
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this CellPadding structure
public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

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

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Represents a Padding structure with its properties left uninitialized
public static CellPadding,ZForge.Controls.XPTable.Models Empty
리턴 CellPadding