次の方法で共有


AppNotificationTextProperties.IncomingCallAlignment プロパティ

定義

関連付けられているテキストが着信呼び出し用に配置されるかどうかを指定する値を取得または設定します。

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

void IncomingCallAlignment(bool value);
public bool IncomingCallAlignment { get; set; }
var boolean = appNotificationTextProperties.incomingCallAlignment;
appNotificationTextProperties.incomingCallAlignment = boolean;
Public Property IncomingCallAlignment As Boolean

プロパティ値

Boolean

bool

True の 場合、関連付けられているテキストが着信呼び出しのアラインメントを使用します。それ以外の場合は false。

適用対象