C# Class Ext.Net.ImageBase

Inheritance: BoxComponentBase
Afficher le fichier Open project: pgodwin/Ext.net

Private Properties

Свойство Type Description
ImageBase System.ComponentModel
Scroll void
ScrollTo void
SetAlign void
SetAltText void
SetXDelta void
SetYDelta void

Méthodes protégées

Méthode Description
SetImageUrl ( string url ) : void

Private Methods

Méthode Description
ImageBase ( ) : System.ComponentModel
Scroll ( int xDelta, int yDelta ) : void
ScrollTo ( int x, int y ) : void
SetAlign ( ImageAlign align ) : void
SetAltText ( string altText ) : void
SetXDelta ( int delta ) : void
SetYDelta ( int delta ) : void

Method Details

SetImageUrl() protected méthode

protected SetImageUrl ( string url ) : void
url string
Résultat void