다음을 통해 공유


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

FlowDirectionFlowDirection.RightToLeft일 때 아이콘이 미러링되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

FlowDirectionRightToLeft일 때 문자 모양이 미러링되도록 MirroredWhenRightToLeft 속성을 설정할 수 있습니다. 일반적으로 FontIcon 을 사용하여 컨트롤 템플릿의 일부로 아이콘을 표시하고 나머지 컨트롤과 함께 아이콘을 미러링해야 하는 경우 이 속성을 사용합니다.

적용 대상

추가 정보