Compartir a través de


Shape.LeftRelative Propiedad

Definición

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

public:
 property float LeftRelative { float get(); void set(float value); };
public float LeftRelative { get; set; }
member this.LeftRelative : single with get, set
Public Property LeftRelative 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 horizontal está determinada únicamente por la Left propiedad .

Se aplica a