CoreWebView2PrintSettings.MarginRight 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.
The right margin in inches.
public double MarginRight { get; set; }
member this.MarginRight : double with get, set
Public Property MarginRight As Double
Property Value
Remarks
The default is 1 cm, or ~0.4 inches. A margin cannot be less than zero. If an invalid value is provided, the current value is not changed and an ArgumentException is thrown.