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 SourceContent()
Declaration
public Content()
Properties
| Improve this Doc View SourceActualHeight
Gets the browser-determined height of the content area.
Declaration
public double ActualHeight { get; }
Property Value
Type | Description |
---|---|
System.Double |
ActualWidth
Gets the browser-determined width of the Silverlight content area.
Declaration
public double ActualWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
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 |
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 SourceFullScreenChanged
Occurs when the browser enters or exits full-screen mode.
Declaration
public event EventHandler FullScreenChanged
Event Type
Type | Description |
---|---|
System.EventHandler |
Resized
Occurs when the Window gets resized.
Declaration
public event EventHandler Resized
Event Type
Type | Description |
---|---|
System.EventHandler |
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 |