Compartir a través de


Shape.WidthRelative Propiedad

Definición

Devuelve o establece un valor single que representa el ancho relativo de una forma. 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

Devuelve Single.

Comentarios

Use esta propiedad con la RelativeVerticalSize 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