Compartir a través de


BuildDiagram.UiExpand Propiedad

Definición

Expandir interfaz de usuario

Representa el atributo siguiente en el esquema: uiExpand

[DocumentFormat.OpenXml.SchemaAttr(0, "uiExpand")]
public DocumentFormat.OpenXml.BooleanValue UiExpand { get; set; }
public DocumentFormat.OpenXml.BooleanValue UiExpand { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "uiExpand")]
public DocumentFormat.OpenXml.BooleanValue? UiExpand { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("uiExpand")]
public DocumentFormat.OpenXml.BooleanValue? UiExpand { get; set; }
public DocumentFormat.OpenXml.BooleanValue? UiExpand { get; set; }
member this.UiExpand : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "uiExpand")>]
member this.UiExpand : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("uiExpand")>]
member this.UiExpand : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property UiExpand 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.

Este atributo describe la opción de vista que indica si la compilación debe mostrarse expandida.

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

Se aplica a