Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ImageBase.Builder< TImageBase, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.ImageBase.Builder< TImageBase, TBuilder >:
Ext.Net.ComponentBase.Builder< TImageBase, TBuilder >

Public Member Functions

 Builder (TImageBase component)
 
virtual TBuilder Src (string src)
 The source of this image. More...
 
virtual TBuilder ImageUrl (string imageUrl)
 
virtual TBuilder Alt (string alt)
 The descriptive text for non-visual UI description. More...
 
virtual TBuilder AlternateText (string alternateText)
 
virtual TBuilder ImgCls (string imgCls)
 Optional CSS classes to add to the img element. More...
 
virtual TBuilder Glyph (int? glyph)
 A numeric unicode character code to serve as the image. If this option is used The image will be rendered using a div with innerHTML set to the html entity for the given character code. More...
 
virtual TBuilder Glyphorig (int? glyphorig)
 A numeric unicode character code to use as the icon. More...
 
virtual TBuilder GlyphorigString (string glyphorigString)
 A numeric unicode character code to use as the icon. More...
 
virtual TBuilder GlyphSpec (string glyphSpec)
 The charCode and font-family separated by the @ symbol to serve as the image. For example '65@My Font Family'. More...
 
virtual TBuilder Align (ImageAlign align)
 
virtual TBuilder LazyLoad (bool lazyLoad)
 true to load image after rendering only More...
 
virtual TBuilder MonitorComplete (bool monitorComplete)
 true to monitor complete state and fire Complete event More...
 
virtual TBuilder AllowPan (bool allowPan)
 true to allow scroll the image by mouse dragging More...
 
virtual TBuilder MonitorPoll (int monitorPoll)
 The milliseconds to poll complete state, ignored if MonitorComplete is not true (defaults to 200) More...
 
virtual TBuilder Title (string title)
 Specifies addtional information about the image. More...
 
virtual TBuilder XDelta (int xDelta)
 X offset More...
 
virtual TBuilder YDelta (int yDelta)
 Y offset More...
 
virtual TBuilder LoadMask (Action< LoadMask > action)
 

Detailed Description

Type Constraints
TImageBase :ImageBase 
TBuilder :Builder 
TBuilder :TImageBase 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Builder ( TImageBase  component)
inline

Member Function Documentation

◆ Align()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Align ( ImageAlign  align)
inlinevirtual

◆ AllowPan()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.AllowPan ( bool  allowPan)
inlinevirtual

true to allow scroll the image by mouse dragging

◆ Alt()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Alt ( string  alt)
inlinevirtual

The descriptive text for non-visual UI description.

◆ AlternateText()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.AlternateText ( string  alternateText)
inlinevirtual

◆ Glyph()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Glyph ( int?  glyph)
inlinevirtual

A numeric unicode character code to serve as the image. If this option is used The image will be rendered using a div with innerHTML set to the html entity for the given character code.

◆ Glyphorig()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Glyphorig ( int?  glyphorig)
inlinevirtual

A numeric unicode character code to use as the icon.

◆ GlyphorigString()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.GlyphorigString ( string  glyphorigString)
inlinevirtual

A numeric unicode character code to use as the icon.

◆ GlyphSpec()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.GlyphSpec ( string  glyphSpec)
inlinevirtual

The charCode and font-family separated by the @ symbol to serve as the image. For example '65@My Font Family'.

◆ ImageUrl()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.ImageUrl ( string  imageUrl)
inlinevirtual

◆ ImgCls()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.ImgCls ( string  imgCls)
inlinevirtual

Optional CSS classes to add to the img element.

◆ LazyLoad()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.LazyLoad ( bool  lazyLoad)
inlinevirtual

true to load image after rendering only

◆ LoadMask()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.LoadMask ( Action< LoadMask action)
inlinevirtual

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ MonitorComplete()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.MonitorComplete ( bool  monitorComplete)
inlinevirtual

true to monitor complete state and fire Complete event

◆ MonitorPoll()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.MonitorPoll ( int  monitorPoll)
inlinevirtual

The milliseconds to poll complete state, ignored if MonitorComplete is not true (defaults to 200)

◆ Src()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Src ( string  src)
inlinevirtual

The source of this image.

◆ Title()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.Title ( string  title)
inlinevirtual

Specifies addtional information about the image.

◆ XDelta()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.XDelta ( int  xDelta)
inlinevirtual

X offset

◆ YDelta()

virtual TBuilder Ext.Net.ImageBase.Builder< TImageBase, TBuilder >.YDelta ( int  yDelta)
inlinevirtual

Y offset


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