BrowseSlideMode.ShowScrollbar Property
Show Scroll Bar in Window.Represents the attribte in schema: showScrollbar
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "showScrollbar")> _
Public Property ShowScrollbar As BooleanValue
Get
Set
'Uso
Dim instance As BrowseSlideMode
Dim value As BooleanValue
value = instance.ShowScrollbar
instance.ShowScrollbar = value
[SchemaAttrAttribute(, "showScrollbar")]
public BooleanValue ShowScrollbar { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether to show the scroll bar in the viewing window.
The possible values for this attribute are defined by the XML Schema boolean datatype.