ActiveReports 8
MapMarkerImage Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapMarkerImage Class

Glossary Item Box

The following tables list the members exposed by MapMarkerImage.

Public Constructors

 NameDescription
Public ConstructorMapMarkerImage ConstructorInitializes a new instance of the MapMarkerImage class.  
Top

Public Properties

 NameDescription
Public PropertyMIMETypeThe MIMEType of the image. Valid values are: image/bmp, image/jpeg, image/gif, image/png, image/x-png Required if Source = Database. Ignored otherwise.  
Public PropertyResizeModeGets or sets whether the content will resize to fit in the available space. That evaluates to one of MapMarkerImage.ImageResizeMode. The default value is MapMarkerImage.ImageResizeMode.AutoFit.  
Public PropertySourceIdentifies the source of the image. That evaluates to one of ImageSource />.  
Public PropertyTransparentColorColor to treat as transparent in the image.  
Public PropertyValueSee Source. Expected datatype is string or binary,  
Top

Public Methods

 NameDescription
Public MethodCloneCreates a new object that is a copy of the current instance.  
Top

See Also