Compartir a través de


Shape.TopRelative Propiedad

Definición

Devuelve o establece un valor Single que representa la posición superior relativa de una forma. Lectura y escritura.

public:
 property float TopRelative { float get(); void set(float value); };
public float TopRelative { get; set; }
member this.TopRelative : single with get, set
Public Property TopRelative As Single

Valor de propiedad

Single

Comentarios

Use esta propiedad con la RelativeHorizontalPosition propiedad . Cuando se establece en wdShapePositionRelativeNone (-999999) (vea la WdShapePositionRelative enumeración), esta propiedad debe omitirse porque la forma no usa el posicionamiento de porcentaje. La posición vertical está determinada únicamente por la Top propiedad .

Se aplica a