Class RVImageAsset
This class represents an object that is used to show an image within the customized app user interface.
Inheritance
System.Object
RVImageAsset
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 RVImageAsset
Constructors
RVImageAsset()
Declaration
public RVImageAsset()
RVImageAsset(RVImage, String, String)
Declaration
public RVImageAsset(RVImage image, string title, string subtitle)
Parameters
Type | Name | Description |
---|---|---|
RVImage | image | |
System.String | title | |
System.String | subtitle |
Properties
Image
An RVImage object that contains the source of the image.
Declaration
public RVImage Image { get; set; }
Property Value
Type | Description |
---|---|
RVImage |
Subtitle
A string used as the subtitle label.
Declaration
public string Subtitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
A string used as the title label.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |