コンストラクター
constructor
- new IgxIconComponent(el, iconService, ref): IgxIconComponent
パラメーター
el: ElementRef<any>
ref: ChangeDetectorRef
プロパティ
active
active: boolean = true
アクセサー
getActive
- get getActive(): boolean
返却 boolean
getFamily
- get getFamily(): string
返却 string
getInactive
- get getInactive(): boolean
返却 boolean
getName
- get getName(): string
返却 string
getSvg
- get getSvg(): SafeHtml
返却 SafeHtml
Icon は、マークアップにマテリアル アイコンを含める方法を提供します。
Igx Module
IgxIconModule
Igx Theme
igx-icon-theme
Igx Keywords
icon, picture
Igx Group
表示
備考
Ignite UI Icon を使用すると、開発者はマテリアル デザイン アイコンをマークアップに直接簡単に含めることができます。アイコンはさまざまなアイコン ファミリをサポートしており、
active
プロパティを使用してアクティブまたは無効としてマークできます。 これにより、アイコンの外観が変更されます。例