Class FeedItem
A class for items to display in the Polaris Console Feed
Inheritance
System.Object
FeedItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Polaris.Visualizations
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
public class FeedItem
Properties
View SourceDisplayMessage
Gets the message with the timestamp (if applicable) to display in the console feed.
Declaration
public string DisplayMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
FontFamily
Gets or sets the font family to use.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.FontFamily |
FontSize
Gets or sets the font size to use.
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FontWeight
Gets or sets the font weight to use.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.FontWeight |
Message
Gets or sets the message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowTimeStamp
Gets or sets a value indicating whether to show the timestamp with the message.
Declaration
public bool ShowTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextColor
Gets or sets the text color.
Declaration
public SolidColorBrush TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.SolidColorBrush |
TimeStamp
Gets or sets the timestamp associated with the creation of this message.
Declaration
public DateTime TimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |