OuterShadow.Alignment 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.
Alinhamento da Sombra
Representa o seguinte atributo no esquema: algn
[DocumentFormat.OpenXml.SchemaAttr(0, "algn")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues> Alignment { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues> Alignment { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "algn")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues>? Alignment { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("algn")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues>? Alignment { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues>? Alignment { get; set; }
member this.Alignment : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "algn")>]
member this.Alignment : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("algn")>]
member this.Alignment : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues> with get, set
Public Property Alignment As EnumValue(Of RectangleAlignmentValues)
Valor da propriedade
Devolve EnumValue<T>.
- Atributos
Comentários
As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.
Especifica o alinhamento da sombra; O alinhamento ocorre primeiro, definindo efetivamente a origem para dimensionamento, distorção e deslocamento.
Os valores possíveis para este atributo são definidos pelo ST_RectAlignment tipo simples.