C# 클래스 Open.Core.UI.Controls.HtmlBlock

Renders a block of HTML content.
This control achieves HTML rendering by positioning a DIV element within the host browser at the position of the control.
상속: System.Windows.Controls.UserControl, INotifyDisposed
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackgroundStyleProperty System.Windows.DependencyProperty
InnerHtmlProperty System.Windows.DependencyProperty
OffsetProperty System.Windows.DependencyProperty
OverflowStyleProperty System.Windows.DependencyProperty
SourceUriProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
GetPosition Point?
InsertElement void
OnDisposed void
OnLayoutUpdated void
OnLoaded void
OnSourceUriChanged void
RemoveElement void
UpdateDimensions void
UpdateInnerHtml void
UpdateStyle void

공개 메소드들

메소드 설명
Dispose ( ) : void
HtmlBlock ( ) : System
Load ( Uri source ) : void

Loads the HTML contained in the file at the given location.

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
GetPosition ( ) : Point?
InsertElement ( ) : void
OnDisposed ( ) : void
OnLayoutUpdated ( object sender, EventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnSourceUriChanged ( ) : void
RemoveElement ( ) : void
UpdateDimensions ( ) : void
UpdateInnerHtml ( ) : void
UpdateStyle ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

HtmlBlock() 공개 메소드

public HtmlBlock ( ) : System
리턴 System

Load() 공개 메소드

Loads the HTML contained in the file at the given location.
public Load ( Uri source ) : void
source System.Uri The source file containing the HTML.
리턴 void

프로퍼티 상세

BackgroundStyleProperty 공개적으로 정적으로 프로퍼티

Gets or sets the CSS style to apply to as the background for the DIV element.
public static DependencyProperty,System.Windows BackgroundStyleProperty
리턴 System.Windows.DependencyProperty

InnerHtmlProperty 공개적으로 정적으로 프로퍼티

Gets or sets the HTML content of the DIV element.
public static DependencyProperty,System.Windows InnerHtmlProperty
리턴 System.Windows.DependencyProperty

OffsetProperty 공개적으로 정적으로 프로퍼티

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
리턴 System.Windows.DependencyProperty

OverflowStyleProperty 공개적으로 정적으로 프로퍼티

Gets or sets the overflow style to apply to the DIV element.
public static DependencyProperty,System.Windows OverflowStyleProperty
리턴 System.Windows.DependencyProperty

SourceUriProperty 공개적으로 정적으로 프로퍼티

Gets or sets the source of a file containing the HTML to load.
public static DependencyProperty,System.Windows SourceUriProperty
리턴 System.Windows.DependencyProperty