Class RVImage

This class represents an object that is used to show an image within the customized app user interface.

Inheritance
System.Object
RVImage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVImage

Constructors

RVImage(ImageSource)

Constructor for an object that is used to show an image witnin the customized app user interface.

Declaration
public RVImage(ImageSource imageSource)
Parameters
Type Name Description
System.Windows.Media.ImageSource imageSource

The source of the graphic to use as an image.

Properties

Source

The source of the graphic to use as an image within the app user interface.

Declaration
public ImageSource Source { get; set; }
Property Value
Type Description
System.Windows.Media.ImageSource