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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

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

GetHashCode ( ) : int

Returns the hash code for this Margin structure

Margin ( ) : System

Initializes a new instance of the Margin class with default settings

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

Initializes a new instance of the Margin class

operator ( ) : bool

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

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

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

Tests whether obj is a Margin structure with the same values as this Border structure
public Equals ( object obj ) : bool
obj object The Object to test
Результат bool

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

Returns the hash code for this Margin structure
public GetHashCode ( ) : int
Результат int

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

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

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

Initializes a new instance of the Margin class
public Margin ( int left, int top, int right, int bottom ) : System
left int The width of the left margin value
top int The height of the top margin value
right int The width of the right margin value
bottom int The height of the bottom margin value
Результат System

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

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