Compartir a través de


Shape.HeightRelative Propiedad

Definición

Devuelve o establece un valor Single que representa el porcentaje del alto relativo de una forma. Lectura y escritura.

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

Valor de propiedad

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 Height alto.

Se aplica a