AdaptiveNotificationText.Hints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies hints for formatting the notification, such as the text style, text wrapping, and alignment. For a complete list of hints, see the text element entry of the Adaptive notifications schema.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Hints { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Hints();
public IDictionary<string,string> Hints { get; }
var iMap = adaptiveNotificationText.hints;
Public ReadOnly Property Hints As IDictionary(Of String, String)
Property Value
A collection of name-value pairs that provide hints for formatting the notification, such as the text style, text wrapping, and alignment. For a complete list of hints, see the text element entry of the Adaptive notifications schema.