Свойство DimensionAttributeVisualizationProperties.IsRightToLeft
Gets or sets a value that indicates whether the text should be displayed from right to left.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property IsRightToLeft As Boolean
Get
Set
'Применение
Dim instance As DimensionAttributeVisualizationProperties
Dim value As Boolean
value = instance.IsRightToLeft
instance.IsRightToLeft = value
public bool IsRightToLeft { get; set; }
public:
property bool IsRightToLeft {
bool get ();
void set (bool value);
}
member IsRightToLeft : bool with get, set
function get IsRightToLeft () : boolean
function set IsRightToLeft (value : boolean)
Значение свойства
Тип: System.Boolean
true to indicate that the text should be displayed from right to left; otherwise false.