[Category("Appearance")] [Description("The color of the document's background.")] public virtual Color PaperColor {get; set;}
Property Value
The default value isColor.Empty
.[Category("Appearance")] [Description("The color of the document's background.")] public virtual Color PaperColor {get; set;}
Color.Empty
.PaperColor
property when that color is not Color.Empty
, but will otherwise use the view's BackColor
property. However, there may be times when both or neither color is used in a rendering of the document.