Share via


TeachingTipTemplateSettings.IconElement Property

Definition

Gets the icon element.

public:
 property IconElement ^ IconElement { IconElement ^ get(); void set(IconElement ^ value); };
IconElement IconElement();

void IconElement(IconElement value);
public IconElement IconElement { get; set; }
var iconElement = teachingTipTemplateSettings.iconElement;
teachingTipTemplateSettings.iconElement = iconElement;
Public Property IconElement As IconElement

Property Value

Applies to