FeedAnnouncement.IsSecondaryTextSubtle Property

Definition

Gets or sets a value indicating wether the SecondaryText string is displayed with subtle formatting to appear less prominent.

public:
 property bool IsSecondaryTextSubtle { bool get(); void set(bool value); };
bool IsSecondaryTextSubtle();

void IsSecondaryTextSubtle(bool value);
public bool IsSecondaryTextSubtle { get; set; }
var boolean = feedAnnouncement.isSecondaryTextSubtle;
feedAnnouncement.isSecondaryTextSubtle = boolean;
Public Property IsSecondaryTextSubtle As Boolean

Property Value

Boolean

bool

True if the secondary text should be displayed with subtle formatting; otherwise, false.

Remarks

The default value is false.

Applies to