FontIconSource 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 글꼴의 문자 모양을 사용하는 아이콘 원본을 나타냅니다.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class FontIconSource : IconSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class FontIconSource : IconSource
Public Class FontIconSource
Inherits IconSource
<FontIconSource .../>
- 상속
- 특성
예제
팁
자세한 정보, 디자인 지침 및 코드 예제는 Windows 앱용 아이콘을 참조하세요.
WinUI 3 갤러리 앱에는 대부분의 WinUI 3 컨트롤, 기능 및 기능에 대한 대화형 예제가 포함되어 있습니다. Microsoft Store에서 앱을 다운로드하거나 GitHub에서 소스 코드를 가져오세요.
생성자
FontIconSource() |
FontIconSource 클래스의 새 instance 초기화합니다. |
속성
Dispatcher |
항상 Windows 앱 SDK 앱에서 를 반환 |
DispatcherQueue |
|
FontFamily |
아이콘 문자 모양을 표시하는 데 사용되는 글꼴을 가져오거나 설정합니다. |
FontFamilyProperty |
FontFamily 종속성 속성의 식별자를 가져옵니다. |
FontSize |
아이콘 문자 모양의 크기를 가져오거나 설정합니다. |
FontSizeProperty |
FontSize 종속성 속성의 식별자를 가져옵니다. |
FontStyle |
아이콘 문자 모양에 대한 글꼴 스타일을 가져오거나 설정합니다. |
FontStyleProperty |
FontStyle 종속성 속성의 식별자를 가져옵니다. |
FontWeight |
아이콘 문자 모양 두께를 가져오거나 설정합니다. |
FontWeightProperty |
FontWeight 종속성 속성의 식별자를 가져옵니다. |
Foreground |
컨트롤의 전경색을 그리는 브러시를 가져오거나 설정합니다. (다음에서 상속됨 IconSource) |
Glyph |
아이콘 문자 모양을 식별하는 문자 코드를 가져오거나 설정합니다. |
GlyphProperty |
문자 모양 종속성 속성의 식별자를 가져옵니다. |
IsTextScaleFactorEnabled |
시스템 텍스트 크기 설정을 반영하기 위해 자동 텍스트 확대가 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
IsTextScaleFactorEnabledProperty |
IsTextScaleFactorEnabled 종속성 속성의 식별자를 가져옵니다. |
MirroredWhenRightToLeft |
포함된 요소의 FlowDirection 이 RightToLeft일 때 아이콘이 미러링되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
MirroredWhenRightToLeftProperty |
MirroredWhenRightToLeft 종속성 속성의 식별자를 가져옵니다. |