Compartir a través de


BrowseSlideMode.ShowScrollbar Propiedad

Definición

Mostrar barra de desplazamiento en la ventana

Representa el atributo siguiente en el esquema: showScrollbar

[DocumentFormat.OpenXml.SchemaAttr(0, "showScrollbar")]
public DocumentFormat.OpenXml.BooleanValue ShowScrollbar { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowScrollbar { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showScrollbar")]
public DocumentFormat.OpenXml.BooleanValue? ShowScrollbar { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showScrollbar")]
public DocumentFormat.OpenXml.BooleanValue? ShowScrollbar { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowScrollbar { get; set; }
member this.ShowScrollbar : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showScrollbar")>]
member this.ShowScrollbar : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showScrollbar")>]
member this.ShowScrollbar : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowScrollbar As BooleanValue

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica si se va a mostrar la barra de desplazamiento en la ventana de visualización.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a