Gets or sets the Style used to position the page number on the BookPage. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Style PageNumberHostStyle { get; set; }
Visual Basic
Public Property PageNumberHostStyle As Style
	Get
	Set
Visual C++
public:
property Style^ PageNumberHostStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also