Class
ChatMediaMessage

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ChatMediaMessage : ChatMessage, INotifyPropertyChanged

Inheritance: objectChatMessageChatMediaMessage

Implements: INotifyPropertyChanged

Inherited Members ChatMessage.OnPropertyChanged(string)ChatMessage.AuthorChatMessage.TimeStampChatMessage.UserDataChatMessage.PropertyChanged

Constructors

ChatMediaMessage(Image, Size, Author, DateTime)

Declaration

cs-api-definition
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp)

Parameters

displayImage

Image

size

Size

author

Author

timeStamp

DateTime

ChatMediaMessage(Image, Size, Author, DateTime, object)

Declaration

cs-api-definition
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp, object userData)

Parameters

displayImage

Image

size

Size

author

Author

timeStamp

DateTime

userData

object

Properties

DisplayImage

Declaration

cs-api-definition
public Image DisplayImage { get; }

Property Value

Image

Size

Declaration

cs-api-definition
public Size Size { get; }

Property Value

Size