HorizontalLineFormat.PercentWidth Property

Definition

Returns or sets the length of the specified horizontal line expressed as a percentage of the window width.

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

Property Value

Remarks

Setting this property also sets the WidthType property to wdHorizontalLinePercentWidth.

Applies to