HorizontalLineFormat.PercentWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.