Click or drag to resize

ImageMaterialGraphics Properties

The ImageMaterialGraphics type exposes the following members.

Properties
  NameDescription
Public propertyColor
Gets or sets the color of the image. This color value is multiplied with the image to produce the final color. If not specified, the default is White.
Public propertyImage
Gets or sets the image to display on the surface.
Public propertyRepeat
Gets or sets the number of times the image repeats along each axis. If not specified, the default is 1 for each axis.
Public propertyTransparent
Gets or sets whether or not the image has transparency. If not specified, the default is .
Top
See Also