FeedAnnouncement.SecondaryTextColor Property

Definition

Gets or sets the color of the SecondaryText string.

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

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

Property Value

The color of the secondary text.

Remarks

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

Applies to