Compartir a través de


CommonSlideViewProperties.SnapToGrid Propiedad

Definición

Ajustar objetos a la cuadrícula

Representa el atributo siguiente en el esquema: snapToGrid

[DocumentFormat.OpenXml.SchemaAttr(0, "snapToGrid")]
public DocumentFormat.OpenXml.BooleanValue SnapToGrid { get; set; }
public DocumentFormat.OpenXml.BooleanValue SnapToGrid { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "snapToGrid")]
public DocumentFormat.OpenXml.BooleanValue? SnapToGrid { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("snapToGrid")]
public DocumentFormat.OpenXml.BooleanValue? SnapToGrid { get; set; }
public DocumentFormat.OpenXml.BooleanValue? SnapToGrid { get; set; }
member this.SnapToGrid : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "snapToGrid")>]
member this.SnapToGrid : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("snapToGrid")>]
member this.SnapToGrid : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property SnapToGrid As BooleanValue

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Especifica si los objetos deben ajustarse a la cuadrícula de presentación subyacente al editar.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a