共用方式為


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 命名空間