Compartir a través de


TeachingTip.HeroContent Propiedad

Definición

Contenido gráfico de borde a borde mostrado en el encabezado o pie de página de la sugerencia de enseñanza. Aparecerá opuesto a la cola en sugerencias de enseñanza dirigidas a menos que se establezca lo contrario.

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

void HeroContent(UIElement value);
public UIElement HeroContent { get; set; }
var uIElement = teachingTip.heroContent;
teachingTip.heroContent = uIElement;
Public Property HeroContent As UIElement

Valor de propiedad

Se aplica a