Interface IPrintLayoutPageProperties
Page properties of the print layout
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.PrintLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPrintLayoutPageProperties : INotifyPropertyChanged
Properties
| Improve this Doc View SourceBackgroundColor
Gets or sets the color of the background.
Declaration
Color BackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color | The color of the background. |