Show / Hide Table of Contents

Class Content

Inheritance
System.Object
Content
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Interop
Assembly: OpenSilver.dll
Syntax
public class Content

Constructors

| Improve this Doc View Source

Content()

Declaration
public Content()

Properties

| Improve this Doc View Source

ActualHeight

Gets the browser-determined height of the content area.

Declaration
public double ActualHeight { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ActualWidth

Gets the browser-determined width of the Silverlight content area.

Declaration
public double ActualWidth { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

FullScreenOptions

Gets or sets a value that indicates the behavior of full-screen mode.

Declaration
[NotImplemented]
public FullScreenOptions FullScreenOptions { get; set; }
Property Value
Type Description
FullScreenOptions
| Improve this Doc View Source

IsFullScreen

Gets or sets a value that indicates whether the page is displaying in full-screen mode.

Declaration
public bool IsFullScreen { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ZoomFactor

Gets the factor by which the current browser window resizes its contents.

Declaration
public double ZoomFactor { get; }
Property Value
Type Description
System.Double

The zoom setting for the current browser window.

Events

| Improve this Doc View Source

FullScreenChanged

Occurs when the browser enters or exits full-screen mode.

Declaration
public event EventHandler FullScreenChanged
Event Type
Type Description
System.EventHandler
| Improve this Doc View Source

Resized

Occurs when the Window gets resized.

Declaration
public event EventHandler Resized
Event Type
Type Description
System.EventHandler
| Improve this Doc View Source

Zoomed

Occurs when the zoom setting in the host browser window changes or is initialized.

Declaration
[NotImplemented]
public event EventHandler Zoomed
Event Type
Type Description
System.EventHandler
  • Improve this Doc
  • View Source