Type: MapBackgroundType;
The Type property determines legend background fill type.
To set up fill type, use the properties:
MapBackgroundType.Color - IMapBackground.Color;
MapBackgroundType.Gradient - IMapBackground.GradientAngle, IMapBackground.GradientColor;
MapBackgroundType.Hatch - IMapBackground.HatchStyle;
MapBackgroundType.Image - IMapBackground.Image, IMapBackground.ImageDrawStyle.
The property use is given in the example for IMapBackground.HatchStyle.
See also: