System.Windows.Forms.HtmlElement.OffsetRectangle Property

Gets the location of an element relative to its parent.

Syntax

public System.Drawing.Rectangle OffsetRectangle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Elements can be positioned on an HTML page in one of three ways:

  • Default flow positioning.

  • Relative positioning, in which the element is offset by a fixed amount relative to its parent.

  • Absolute positioning, in which the element is given a fixed coordinate position relative to the upper-left corner of the document.

For more information about element positioning in HTML, see tp://msdn.microsoft.com/en-us/library/ms533005.aspx.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0