C# Класс ZForge.Controls.ExplorerBar.Padding

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Returns the hash code for this Padding structure

Padding ( ) : System

Initializes a new instance of the Padding class with default settings

Padding ( int left, int top, int right, int bottom ) : System

Initializes a new instance of the Padding class

operator ( ) : bool

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

Описание методов

Equals() публичный Метод

Tests whether obj is a Padding 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 Padding structure
public GetHashCode ( ) : int
Результат int

Padding() публичный Метод

Initializes a new instance of the Padding class with default settings
public Padding ( ) : System
Результат System

Padding() публичный Метод

Initializes a new instance of the Padding class
public Padding ( 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

operator() публичный статический Метод

Tests whether two Padding structures differ in their Left, Top, Right, and Bottom properties
public static operator ( ) : bool
Результат bool