Hierarchy

Hierarchy

  • IgxXIconComponent

Implements

  • AfterViewInit

Constructors

  • Parameters

    • renderer: Renderer2
    • _elRef: ViewContainerRef
    • ngZone: NgZone
    • injector: Injector
    • componentFactoryResolver: ComponentFactoryResolver

    Returns IgxXIconComponent

Properties

_childTemplateRef: TemplateRef<any>
_dynamicContent: ViewContainerRef
container: Element
ngAcceptInputType_actualStrokeWidth: string | number
ngAcceptInputType_baseTheme: string | BaseControlTheme
ngAcceptInputType_disabled: string | boolean
ngAcceptInputType_fillColors: string | string[]
ngAcceptInputType_height: string | number
ngAcceptInputType_hoverStrokeThickness: string | number
ngAcceptInputType_isHover: string | boolean
ngAcceptInputType_opacity: string | number
ngAcceptInputType_strokeColors: string | string[]
ngAcceptInputType_strokeWidth: string | number
ngAcceptInputType_tabIndex: string | number
ngAcceptInputType_viewBoxHeight: string | number
ngAcceptInputType_viewBoxLeft: string | number
ngAcceptInputType_viewBoxTop: string | number
ngAcceptInputType_viewBoxWidth: string | number
ngAcceptInputType_width: string | number
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualFill(): string
  • Gets the fill color currently used by the icon.

    Returns string

  • set actualFill(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualStroke(): string
  • Gets the stroke color currently used by the icon.

    Returns string

  • set actualStroke(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualStrokeWidth(): number
  • Gets the stroke width currently used by the icon.

    Returns number

  • set actualStrokeWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualTextColor(): string
  • Gets the text color currently used by the icon.

    Returns string

  • set actualTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get ariaLabel(): string
  • Gets or sets the value of the aria-label attribute.

    Returns string

  • set ariaLabel(v: string): void
  • Parameters

    • v: string

    Returns void

  • get baseTheme(): BaseControlTheme
  • Gets or sets the base built in theme to use for the button.

    Returns BaseControlTheme

  • set baseTheme(v: BaseControlTheme): void
  • Parameters

    Returns void

  • get disabled(): boolean
  • Gets or sets whether the checkbox is disabled.

    Returns boolean

  • set disabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get fill(): string
  • Gets or sets the fill color to use for the icon.

    Returns string

  • set fill(v: string): void
  • Parameters

    • v: string

    Returns void

  • get fillColors(): string[]
  • Gets or sets a collection of fill colors to use in the icon. These colors can be used by SVG elements that have been marked with the ig-icon-fill-# class where # is a number from 0 to count - 1.

    Returns string[]

  • set fillColors(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get height(): number
  • Gets or sets the height of the icon.

    Returns number

  • set height(v: number): void
  • Parameters

    • v: number

    Returns void

  • get hoverFill(): string
  • Gets or sets the fill color to use when the icon is hovered.

    Returns string

  • set hoverFill(v: string): void
  • Parameters

    • v: string

    Returns void

  • get hoverStroke(): string
  • Gets or sets the stroke color to use when the icon is hovered.

    Returns string

  • set hoverStroke(v: string): void
  • Parameters

    • v: string

    Returns void

  • get hoverStrokeThickness(): number
  • Gets or sets the stroke thickness to use when the icon is hovered.

    Returns number

  • set hoverStrokeThickness(v: number): void
  • Parameters

    • v: number

    Returns void

  • get hoverTextColor(): string
  • Gets or sets the text color to use when the icon is hovered.

    Returns string

  • set hoverTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get i(): XIcon
  • Returns XIcon

  • get id(): string
  • Gets or sets the id to use for the checkbox.

    Returns string

  • set id(v: string): void
  • Parameters

    • v: string

    Returns void

  • get isHover(): boolean
  • Gets or sets whether the icon is hovered.

    Returns boolean

  • set isHover(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get opacity(): number
  • Returns number

  • set opacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get primaryFillColor(): string
  • Gets or sets a primary fill color for the icon. This color is used by SVG elements that have been marked with the ig-icon-primary-fill class.

    Returns string

  • set primaryFillColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get primaryStrokeColor(): string
  • Gets or sets a primary stroke color for the icon. This color is used by SVG elements that have been marked with the ig-icon-primary-stroke class.

    Returns string

  • set primaryStrokeColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get secondaryFillColor(): string
  • Gets or sets a secondary fill color for the icon. This color is used by SVG elements that have been marked with the ig-icon-secondary-fill class.

    Returns string

  • set secondaryFillColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get secondaryStrokeColor(): string
  • Gets or sets a secondary stroke color for the icon. This color is used by SVG elements that have been marked with the ig-icon-secondary-stroke class.

    Returns string

  • set secondaryStrokeColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get stroke(): string
  • Gets or sets the stroke color to use for the icon.

    Returns string

  • set stroke(v: string): void
  • Parameters

    • v: string

    Returns void

  • get strokeColors(): string[]
  • Gets or sets a collection of stroke colors to use in the icon. These colors can be used by SVG elements that have been marked with the ig-icon-stroke-# class where # is a number from 0 to count - 1.

    Returns string[]

  • set strokeColors(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get strokeWidth(): number
  • Gets or sets the stroke thickness to use for the icon.

    Returns number

  • set strokeWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get svg(): string
  • Gets or sets svg text for the icon to use.

    Returns string

  • set svg(v: string): void
  • Parameters

    • v: string

    Returns void

  • get svgPath(): string
  • Gets or sets path data for the icon to use.

    Returns string

  • set svgPath(v: string): void
  • Parameters

    • v: string

    Returns void

  • get tabIndex(): number
  • Gets or sets TabIndex to use for the checkbox.

    Returns number

  • set tabIndex(v: number): void
  • Parameters

    • v: number

    Returns void

  • get textColor(): string
  • Gets or sets the text color to use for the icon.

    Returns string

  • set textColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textStyle(): string
  • Gets or sets the use for the button.

    Returns string

  • set textStyle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get viewBoxHeight(): number
  • Gets or sets the viewbox height for the svg icon.

    Returns number

  • set viewBoxHeight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get viewBoxLeft(): number
  • Gets or sets the viewbox left for the svg icon.

    Returns number

  • set viewBoxLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get viewBoxTop(): number
  • Gets or sets the viewbox top for the svg icon.

    Returns number

  • set viewBoxTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get viewBoxWidth(): number
  • Gets or sets the viewbox width for the svg icon.

    Returns number

  • set viewBoxWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get width(): number
  • Gets or sets the width of the icon.

    Returns number

  • set width(v: number): void
  • Parameters

    • v: number

    Returns void

Methods

  • Returns a serialized copy of the exported visual model

    Returns string

  • Exports visual information about the current state of the grid.

    Returns any

  • Parameters

    • name: string

    Returns any

  • Returns void

  • Returns void

  • Returns void

  • Returns void

  • Returns void