Class ImageCell
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
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: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class ImageCell : Cell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
ImageCell()
Declaration
public ImageCell()
Properties
ImageHeight
Gets or sets the height of the image.
Declaration
public int? ImageHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ImageWidth
Gets or sets the width of the image.
Declaration
public int? ImageWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StaticResource
Gets or sets the name of the static resource for the source of the image.
Declaration
public string StaticResource { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Stretch
Gets or sets the stretch behavior of the image.
Declaration
public Stretch? Stretch { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Windows.Media.Stretch> |
Tooltip
Gets or sets the Tooltip expression to be presented.
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uri
Gets or sets the uri for the source of the image.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |