Compartir a través de


ShapeRange.WidthRelative Propiedad

Definición

Devuelve o establece un valor Single que representa el ancho relativo de un intervalo de formas. Lectura y escritura.

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

Valor de propiedad

Single

Comentarios

Use esta propiedad con la RelativeHorizontalSize propiedad . Cuando se establece en wdShapeSizeRelativeNone (-999999) (vea la WdShapeSizeRelative enumeración), esta propiedad debe omitirse porque la forma no usa el tamaño del porcentaje. La propiedad determina únicamente el Width ancho.

Se aplica a