[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IVisualAppearance

IVisualAppearance Interface

Interface for the visual appearance.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public interface IVisualAppearance

Properties

Name Description
BackgroundColor

The color of the background.

Image

Specifies the image that should be displayed, if any.

ImageSource

Specifies image source for image.

InteractivityStates

Specifies interactivity states to which this appearance is applicable.

Tooltip

Specifies how tooltip should be displayed for this area.

TooltipText

Specifies balloon or tooltip text that should be displayed for this area.

Transparency

Specifies how image should be alpha-blended with the underlying area.

Visible

Specifies that there should be visual effects for the area.

Extension Methods