RelativeRectangleType.Right 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í.
Desplazamiento derecho
Representa el atributo siguiente en el esquema: r
[DocumentFormat.OpenXml.SchemaAttr(0, "r")]
public DocumentFormat.OpenXml.Int32Value Right { get; set; }
public DocumentFormat.OpenXml.Int32Value Right { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "r")]
public DocumentFormat.OpenXml.Int32Value? Right { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("r")]
public DocumentFormat.OpenXml.Int32Value? Right { get; set; }
public DocumentFormat.OpenXml.Int32Value? Right { get; set; }
member this.Right : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "r")>]
member this.Right : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("r")>]
member this.Right : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Right As Int32Value
Valor de propiedad
Devuelve Int32Value.
- Atributos
Comentarios
La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.
Especifica el borde derecho del rectángulo.
El tipo simple define los ST_Percentage
valores posibles para este atributo.