Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.Margins Class Reference

An object containing margins to apply to the region when in the expanded state. More...

Inheritance diagram for Ext.Net.Margins:

Public Member Functions

 Margins (int top, int right, int bottom, int left)
 
override string ToString ()
 
virtual bool Equals (Margins margins)
 
override bool Equals (object obj)
 
virtual void Clear ()
 
override int GetHashCode ()
 

Properties

int Top [get, set]
 
int Left [get, set]
 
int Right [get, set]
 
int Bottom [get, set]
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 

Detailed Description

An object containing margins to apply to the region when in the expanded state.

Constructor & Destructor Documentation

◆ Margins()

Ext.Net.Margins.Margins ( int  top,
int  right,
int  bottom,
int  left 
)
inline

Member Function Documentation

◆ Clear()

virtual void Ext.Net.Margins.Clear ( )
inlinevirtual

◆ Equals() [1/2]

virtual bool Ext.Net.Margins.Equals ( Margins  margins)
inlinevirtual

◆ Equals() [2/2]

override bool Ext.Net.Margins.Equals ( object  obj)
inline

◆ GetHashCode()

override int Ext.Net.Margins.GetHashCode ( )
inline

◆ ToString()

override string Ext.Net.Margins.ToString ( )
inline

Property Documentation

◆ Bottom

int Ext.Net.Margins.Bottom
getset

◆ IsDefault

virtual bool Ext.Net.Margins.IsDefault
get

Does this object currently represent it's default state.

◆ Left

int Ext.Net.Margins.Left
getset

◆ Right

int Ext.Net.Margins.Right
getset

◆ Top

int Ext.Net.Margins.Top
getset


The documentation for this class was generated from the following file: