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.

请参阅

参考

DimensionAttributeVisualizationProperties 类

Microsoft.AnalysisServices 命名空间