BrowseSlideMode.ShowScrollbar-Eigenschaft
Show Scroll Bar in Window.Represents the attribte in schema: showScrollbar
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showScrollbar")> _
Public Property ShowScrollbar As BooleanValue
Get
Set
'Usage
Dim instance As BrowseSlideMode
Dim value As BooleanValue
value = instance.ShowScrollbar
instance.ShowScrollbar = value
[SchemaAttrAttribute(, "showScrollbar")]
public BooleanValue ShowScrollbar { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Hinweise
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.