FontIcon.MirroredWhenRightToLeft 屬性

定義

取得或設定值,這個值表示 當 FlowDirectionRightToLeft時,圖示是否要鏡像。

public:
 property bool MirroredWhenRightToLeft { bool get(); void set(bool value); };
bool MirroredWhenRightToLeft();

void MirroredWhenRightToLeft(bool value);
public bool MirroredWhenRightToLeft { get; set; }
var boolean = fontIcon.mirroredWhenRightToLeft;
fontIcon.mirroredWhenRightToLeft = boolean;
Public Property MirroredWhenRightToLeft As Boolean

屬性值

Boolean

bool

如果FlowDirection 為 FlowDirection.RightToLeft時,圖示會鏡像,則為true;否則為false。 預設值為 false

備註

您可以設定 MirroredWhenRightToLeft 屬性,使 FlowDirectionRightToLeft時,圖像顯示為鏡像。 當您使用 FontIcon 來顯示圖示做為控制項範本的一部分時,通常會使用這個屬性,而且圖示必須與控制項的其餘部分一起鏡像。

適用於

另請參閱