Class ChatMediaMessage
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ChatMediaMessage : ChatMessage, INotifyPropertyChanged
Constructors
ChatMediaMessage(Image, Size, Object, Author, DateTime)
Declaration
[Obsolete("The \"userData\" parameter has been moved to the last position. This is required to keep the API consistent across chat message constructors.")]
public ChatMediaMessage(Image displayImage, Size size, object userData, Author author, DateTime timeStamp)
Parameters
System.Drawing.Image
displayImage
|
System.Drawing.Size
size
|
System.Object
userData
|
Author
author
|
System.DateTime
timeStamp
|
ChatMediaMessage(Image, Size, Author, DateTime)
Declaration
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp)
Parameters
System.Drawing.Image
displayImage
|
System.Drawing.Size
size
|
Author
author
|
System.DateTime
timeStamp
|
ChatMediaMessage(Image, Size, Author, DateTime, Object)
Declaration
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp, object userData)
Parameters
System.Drawing.Image
displayImage
|
System.Drawing.Size
size
|
Author
author
|
System.DateTime
timeStamp
|
System.Object
userData
|
Properties
DisplayImage
Declaration
public Image DisplayImage { get; }
Property Value
System.Drawing.Image
|
Size
Declaration
public Size Size { get; }
Property Value
System.Drawing.Size
|