IconInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class IconInfo : Microsoft.Teams.Cards.SerializableObject
type IconInfo = class
inherit SerializableObject
Public Class IconInfo
Inherits SerializableObject
- Inheritance
Constructors
| Name | Description |
|---|---|
| IconInfo() | |
Properties
| Name | Description |
|---|---|
| Color | |
| Key | |
| Name | |
| Size | |
| Style | |
Methods
| Name | Description |
|---|---|
| Deserialize(String) | |
| Serialize() | |
| WithColor(TextColor) | |
| WithKey(String) | |
| WithName(String) | |
| WithSize(IconSize) | |
| WithStyle(IconStyle) | |