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

如此 如果关联的文本使用传入呼叫对齐;否则为 false。

适用于