RibbonTwoLineText.TextEffects Property
Gets or sets the effects to apply to the text content in this element.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property TextEffects As TextEffectCollection
public TextEffectCollection TextEffects { get; set; }
public:
property TextEffectCollection^ TextEffects {
TextEffectCollection^ get ();
void set (TextEffectCollection^ value);
}
member TextEffects : TextEffectCollection with get, set
function get TextEffects () : TextEffectCollection
function set TextEffects (value : TextEffectCollection)
Property Value
Type: System.Windows.Media.TextEffectCollection
A TextEffectCollection containing one or more TextEffect objects that define effects to apply to the text content in this element.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
Remarks
This property gets or sets the value of the TextEffects property of the control’s internal TextBlock. For more information, see TextBlock.TextEffects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.