共用方式為


AnimatedIconSource.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 = animatedIconSource.mirroredWhenRightToLeft;
animatedIconSource.mirroredWhenRightToLeft = boolean;
Public Property MirroredWhenRightToLeft As Boolean

屬性值

Boolean

bool

True 是表示 如果 當 FlowDirectionRightToLeft 時,圖示會鏡像。 否則為 false。 預設值為 false。

備註

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

適用於

另請參閱