FeedAnnouncement.PrimaryTextColor Property

Definition

Gets or sets the color of the PrimaryText string.

public:
 property AnnouncementTextColor PrimaryTextColor { AnnouncementTextColor get(); void set(AnnouncementTextColor value); };
AnnouncementTextColor PrimaryTextColor();

void PrimaryTextColor(AnnouncementTextColor value);
public AnnouncementTextColor PrimaryTextColor { get; set; }
var announcementTextColor = feedAnnouncement.primaryTextColor;
feedAnnouncement.primaryTextColor = announcementTextColor;
Public Property PrimaryTextColor As AnnouncementTextColor

Property Value

The color of the primary text.

Remarks

If a value isn't explicitly set, a default value will be used.

Applies to