SystemParameters.IsMenuDropRightAligned Свойство

Определение

Получает значение, указывающее, выравниваются ли раскрывающиеся меню по правому краю соответствующего пункта меню.

public:
 static property bool IsMenuDropRightAligned { bool get(); };
public static bool IsMenuDropRightAligned { [System.Security.SecurityCritical] get; }
public static bool IsMenuDropRightAligned { get; }
[<get: System.Security.SecurityCritical>]
static member IsMenuDropRightAligned : bool
static member IsMenuDropRightAligned : bool
Public Shared ReadOnly Property IsMenuDropRightAligned As Boolean

Значение свойства

Значение true, если раскрывающиеся меню выравниваются по правому краю; в противном случае — значение false.

Атрибуты

Комментарии

Сопоставляется с SM_MENUDROPALIGNMENT. См. раздел GetSystemMetrics.

Использование атрибутов XAML

<object property="{ SystemParameters.IsMenuDropRightAligned}"/>

Применяется к