Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Border Class / Shadow Property

In This Topic
    Shadow Property (Border)
    In This Topic
    Gets or sets a value indicating whether the border has a shadow.
    Syntax
    'Declaration
     
    Public Property Shadow As System.Boolean
    public System.bool Shadow {get; set;}
    Remarks
    In Microsoft Word, for a border to have a shadow, the borders on all four sides should be of the same type, width, color and all should have the Shadow property set to true.
    See Also