C# Class Open.Core.UI.Controls.HtmlDocument

Embeds an HTML page.
Inheritance: System.Windows.Controls.UserControl, INotifyDisposed
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Свойство Type Description
OffsetProperty System.Windows.DependencyProperty
SourceUriProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Dispose ( ) : void
HtmlDocument ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
OnDisposed ( ) : void
SetOffset ( ) : void
SetSource ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

HtmlDocument() public méthode

public HtmlDocument ( ) : System
Résultat System

Property Details

OffsetProperty public_oe static_oe property

Gets or sets the pixel offset to apply when calculating the position of the HTML (used when the SL app is not filling the entire window).
public static DependencyProperty,System.Windows OffsetProperty
Résultat System.Windows.DependencyProperty

SourceUriProperty public_oe static_oe property

Gets or sets the URL of the page.
public static DependencyProperty,System.Windows SourceUriProperty
Résultat System.Windows.DependencyProperty