[]
        
(Showing Draft Content)

C1.WPF.RulesManager.IconInfo

IconInfo Struct

Record used to provide the icon-sets information.

Implements
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
public struct IconInfo : IEquatable<IconInfo>
Public Structure IconInfo
    Implements IEquatable(Of IconInfo)

Constructors

Name Description
IconInfo(C1IconTemplate, EnumColor)

Record used to provide the icon-sets information.

Properties

Name Description
IconColor

The color of the icon

IconTemplate

The template of the icon.

Methods

Name Description
Deconstruct(out C1IconTemplate, out EnumColor)
Equals(IconInfo)
Equals(object)
GetHashCode()
ToString()

Operators

Name Description
operator ==(IconInfo, IconInfo)
implicit operator (C1IconTemplate IconTemplate, EnumColor IconBrush)(IconInfo)
implicit operator IconInfo((C1IconTemplate IconTemplate, EnumColor IconBrush))
operator !=(IconInfo, IconInfo)