Video.FullScreen Property

Full Screen.Represents the attribte in schema: fullScrn

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "fullScrn")> _
Public Property FullScreen As BooleanValue
    Get
    Set
'Usage
Dim instance As Video
Dim value As BooleanValue

value = instance.FullScreen

instance.FullScreen = value
[SchemaAttrAttribute(, "fullScrn")]
public BooleanValue FullScreen { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Video Class

Video Members

DocumentFormat.OpenXml.Presentation Namespace