C# Class Silverlight.Html.HtmlElementExtensions

Mostrar archivo Open project: Arlorean/Silverlight-WebGL

Public Methods

Method Description
Bounds ( this element ) : Rect
Checked ( this element ) : bool
Checked ( this element, bool @checked ) : void
ContentDocument ( this element ) : System.Windows.Browser.HtmlDocument
Document ( this element ) : System.Windows.Browser.HtmlDocument
Height ( this element ) : double
Height ( this element, double height ) : void
OffsetBottom ( this element ) : double
OffsetBottom ( this element, double offsetBottom ) : void
OffsetHeight ( this element ) : double
OffsetHeight ( this element, double offsetHeight ) : void
OffsetLeft ( this element ) : double
OffsetLeft ( this element, double offsetLeft ) : void
OffsetParent ( this element ) : System.Windows.Browser.HtmlElement
OffsetParent ( this element, System.Windows.Browser.HtmlElement offsetParent ) : void
OffsetRight ( this element ) : double
OffsetRight ( this element, double offsetRight ) : void
OffsetTop ( this element ) : double
OffsetTop ( this element, double offsetTop ) : void
OffsetWidth ( this element ) : double
OffsetWidth ( this element, double offsetWidth ) : void
Parent ( this element ) : ScriptObject
Value ( this element ) : string
Value ( this element, string value ) : void
Width ( this element ) : double
Width ( this element, double width ) : void

Method Details

Bounds() public static method

public static Bounds ( this element ) : Rect
element this
return System.Windows.Rect

Checked() public static method

public static Checked ( this element ) : bool
element this
return bool

Checked() public static method

public static Checked ( this element, bool @checked ) : void
element this
@checked bool
return void

ContentDocument() public static method

public static ContentDocument ( this element ) : System.Windows.Browser.HtmlDocument
element this
return System.Windows.Browser.HtmlDocument

Document() public static method

public static Document ( this element ) : System.Windows.Browser.HtmlDocument
element this
return System.Windows.Browser.HtmlDocument

Height() public static method

public static Height ( this element ) : double
element this
return double

Height() public static method

public static Height ( this element, double height ) : void
element this
height double
return void

OffsetBottom() public static method

public static OffsetBottom ( this element ) : double
element this
return double

OffsetBottom() public static method

public static OffsetBottom ( this element, double offsetBottom ) : void
element this
offsetBottom double
return void

OffsetHeight() public static method

public static OffsetHeight ( this element ) : double
element this
return double

OffsetHeight() public static method

public static OffsetHeight ( this element, double offsetHeight ) : void
element this
offsetHeight double
return void

OffsetLeft() public static method

public static OffsetLeft ( this element ) : double
element this
return double

OffsetLeft() public static method

public static OffsetLeft ( this element, double offsetLeft ) : void
element this
offsetLeft double
return void

OffsetParent() public static method

public static OffsetParent ( this element ) : System.Windows.Browser.HtmlElement
element this
return System.Windows.Browser.HtmlElement

OffsetParent() public static method

public static OffsetParent ( this element, System.Windows.Browser.HtmlElement offsetParent ) : void
element this
offsetParent System.Windows.Browser.HtmlElement
return void

OffsetRight() public static method

public static OffsetRight ( this element ) : double
element this
return double

OffsetRight() public static method

public static OffsetRight ( this element, double offsetRight ) : void
element this
offsetRight double
return void

OffsetTop() public static method

public static OffsetTop ( this element ) : double
element this
return double

OffsetTop() public static method

public static OffsetTop ( this element, double offsetTop ) : void
element this
offsetTop double
return void

OffsetWidth() public static method

public static OffsetWidth ( this element ) : double
element this
return double

OffsetWidth() public static method

public static OffsetWidth ( this element, double offsetWidth ) : void
element this
offsetWidth double
return void

Parent() public static method

public static Parent ( this element ) : ScriptObject
element this
return ScriptObject

Value() public static method

public static Value ( this element ) : string
element this
return string

Value() public static method

public static Value ( this element, string value ) : void
element this
value string
return void

Width() public static method

public static Width ( this element ) : double
element this
return double

Width() public static method

public static Width ( this element, double width ) : void
element this
width double
return void