ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapTitle Class / TextShadowOffset Property

In This Topic
    TextShadowOffset Property
    In This Topic
    Size of the text shadow. An expression should evaluate to a Length. The default value is 0.
    Syntax
    'Declaration
     
    Public Property TextShadowOffset As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo TextShadowOffset {get; set;}
    See Also