New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp, object userData)
Parameters:displayImageImagesizeSizeauthorAuthortimeStampDateTimeuserDataobject
C#
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp)
Parameters:displayImageImagesizeSizeauthorAuthortimeStampDateTime

Properties

C#
public Image DisplayImage { get; }
C#
public Size Size { get; }