Свойство RegionalSettings.IsUIRightToLeft
Gets whether the Web site user interface (UI) uses a right-to-left language.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsUIRightToLeft As Boolean
Get
'Применение
Dim instance As RegionalSettings
Dim value As Boolean
value = instance.IsUIRightToLeft
public bool IsUIRightToLeft { get; }
Значение свойства
Тип: System.Boolean
true if the Web site UI uses a right-to-left language, otherwise false.