Fill.Angle Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Ángulo de degradado
Representa el atributo siguiente en el esquema: ángulo
[DocumentFormat.OpenXml.SchemaAttr(0, "angle")]
public DocumentFormat.OpenXml.DecimalValue Angle { get; set; }
public DocumentFormat.OpenXml.DecimalValue Angle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "angle")]
public DocumentFormat.OpenXml.DecimalValue? Angle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("angle")]
public DocumentFormat.OpenXml.DecimalValue? Angle { get; set; }
public DocumentFormat.OpenXml.DecimalValue? Angle { get; set; }
member this.Angle : DocumentFormat.OpenXml.DecimalValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "angle")>]
member this.Angle : DocumentFormat.OpenXml.DecimalValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("angle")>]
member this.Angle : DocumentFormat.OpenXml.DecimalValue with get, set
Public Property Angle As DecimalValue
Valor de propiedad
Devuelve DecimalValue.
- Atributos