AppNotificationTextProperties.IncomingCallAlignment Property

Definition

Gets or sets a value specifying whether the associated text is aligned for an incoming call.

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

Property Value

Boolean

bool

True if the associated text uses incoming call alignment; otherwise, false.

Applies to