LinearGradientFill.Angle 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.
Ângulo
Representa o seguinte atributo no esquema:
[DocumentFormat.OpenXml.SchemaAttr(0, "ang")]
public DocumentFormat.OpenXml.Int32Value Angle { get; set; }
public DocumentFormat.OpenXml.Int32Value Angle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "ang")]
public DocumentFormat.OpenXml.Int32Value? Angle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("ang")]
public DocumentFormat.OpenXml.Int32Value? Angle { get; set; }
public DocumentFormat.OpenXml.Int32Value? Angle { get; set; }
member this.Angle : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "ang")>]
member this.Angle : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("ang")>]
member this.Angle : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Angle As Int32Value
Valor da propriedade
Returns Int32Value.
- Atributos
Comentários
As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.
Especifica a direção da mudança de cor para o gradiente. Para definir este ângulo, seja seu valor x medido no sentido horário. Então ( -sin x, cos x ) é um vetor paralelo à linha de cor constante no preenchimento gradiente.
Os valores possíveis para esse atributo são definidos pelo ST_PositiveFixedAngle tipo simples.