KnownAdaptiveNotificationHints KnownAdaptiveNotificationHints KnownAdaptiveNotificationHints KnownAdaptiveNotificationHints Class

Definition

Specifies the types of hints available to adaptive notifications.

public : static class KnownAdaptiveNotificationHintspublic static class KnownAdaptiveNotificationHintsPublic Static Class KnownAdaptiveNotificationHints// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

Align Align Align Align

Gets a string representation of the align hint for adaptive notifications.

public : static PlatForm::String Align { get; }public static string Align { get; }Public Static ReadOnly Property Align As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string representation of the align hint.

MaxLines MaxLines MaxLines MaxLines

Gets a string representation of the max-lines hint for adaptive notifications.

public : static PlatForm::String MaxLines { get; }public static string MaxLines { get; }Public Static ReadOnly Property MaxLines As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string representation of the max-lines hint.

MinLines MinLines MinLines MinLines

Gets a string representation of the min-lines hint for adaptive notifications.

public : static PlatForm::String MinLines { get; }public static string MinLines { get; }Public Static ReadOnly Property MinLines As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string representation of the min-lines hint.

Style Style Style Style

Gets a string representation of the style hint for adaptive notifications.

public : static PlatForm::String Style { get; }public static string Style { get; }Public Static ReadOnly Property Style As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string representation of the style hint.

TextStacking TextStacking TextStacking TextStacking

Gets a string representation of the text-stacking hint for adaptive notifications.

public : static PlatForm::String TextStacking { get; }public static string TextStacking { get; }Public Static ReadOnly Property TextStacking As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string representation of the text-stacking hint.

Wrap Wrap Wrap Wrap

Gets a string representation of the wrap hint for adaptive notifications.

public : static PlatForm::String Wrap { get; }public static string Wrap { get; }Public Static ReadOnly Property Wrap As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string representation of the wrap hint.