Show / Hide Table of Contents

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 Source

DisplayMessage

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
View Source

FontFamily

Gets or sets the font family to use.

Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type Description
System.Windows.Media.FontFamily
View Source

FontSize

Gets or sets the font size to use.

Declaration
public double FontSize { get; set; }
Property Value
Type Description
System.Double
View Source

FontWeight

Gets or sets the font weight to use.

Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type Description
System.Windows.FontWeight
View Source

Message

Gets or sets the message.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

TextColor

Gets or sets the text color.

Declaration
public SolidColorBrush TextColor { get; set; }
Property Value
Type Description
System.Windows.Media.SolidColorBrush
View Source

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
  • View Source
In This Article
Back to top Generated by DocFX