Compartir a través de


RibbonTwoLineText.TextEffects Propiedad

Definición

Obtiene o establece los efectos que se van a aplicar al contenido de texto de este elemento.

public:
 property System::Windows::Media::TextEffectCollection ^ TextEffects { System::Windows::Media::TextEffectCollection ^ get(); void set(System::Windows::Media::TextEffectCollection ^ value); };
public System.Windows.Media.TextEffectCollection TextEffects { get; set; }
member this.TextEffects : System.Windows.Media.TextEffectCollection with get, set
Public Property TextEffects As TextEffectCollection

Valor de propiedad

TextEffectCollection

Un objeto TextEffectCollection que contiene uno o más objetos TextEffect que definen los efectos para aplicarse al contenido de texto de este elemento.

Comentarios

Esta propiedad obtiene o establece el valor de la TextEffects propiedad del control interno TextBlock. Para obtener más información, vea TextBlock.TextEffects.

Información sobre propiedades de dependencia

Campo identificador TextEffectsProperty
Propiedades de metadatos establecidas en true None

Se aplica a