Connection.Background Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fundo
Representa o seguinte atributo no esquema: plano de fundo
[DocumentFormat.OpenXml.SchemaAttr(0, "background")]
public DocumentFormat.OpenXml.BooleanValue Background { get; set; }
public DocumentFormat.OpenXml.BooleanValue Background { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "background")]
public DocumentFormat.OpenXml.BooleanValue? Background { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("background")]
public DocumentFormat.OpenXml.BooleanValue? Background { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Background { get; set; }
member this.Background : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "background")>]
member this.Background : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("background")>]
member this.Background : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Background As BooleanValue
Valor da propriedade
Retorna BooleanValue.
- Atributos