Menu.ItemSize 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.
itemSize, essa propriedade só está disponível no Office 2010 e posterior.
Representa o seguinte atributo no esquema: itemSize
[DocumentFormat.OpenXml.SchemaAttr(0, "itemSize")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues> ItemSize { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues> ItemSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "itemSize")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues>? ItemSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("itemSize")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues>? ItemSize { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues>? ItemSize { get; set; }
member this.ItemSize : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "itemSize")>]
member this.ItemSize : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("itemSize")>]
member this.ItemSize : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues> with get, set
Public Property ItemSize As EnumValue(Of ItemSizeValues)
Valor da propriedade
- Atributos