ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Style Class / TextEffect Property

In This Topic
    TextEffect Property
    In This Topic
    Gets or sets the effect to apply to the text.
    Syntax
    'Declaration
     
    Public Property TextEffect As RdlEnum(Of TextEffect)
    public RdlEnum<TextEffect> TextEffect {get; set;}
    See Also