Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OuterShadow Class
Properties Methods

In This Topic
    OuterShadow Class Members
    In This Topic

    The following tables list the members exposed by OuterShadow.

    Public Properties
     NameDescription
    Public PropertyGets or sets the shadow alignment.

    The default is a null reference (Nothing in Visual Basic) for texts and RectangleAlignment.Bottom for drawings.

    Note that a null reference (Nothing in Visual Basic) cannot be used for drawings.

     
    Public PropertyGets or sets the direction of the shadow.

    The default is 0.

    The value range from 0 to 359.9.

    (Inherited from GrapeCity.Documents.Word.ShadowBase)
    Public PropertyGets or sets the blur radius of the shadow.

    The default value is 0.

    The value range from 0 to 100.

    (Inherited from GrapeCity.Documents.Word.InnerShadow)
    Public Property Gets the shadow color. (Inherited from GrapeCity.Documents.Word.ShadowBase)
    Public PropertyGets or sets how far to offset the shadow.

    The default is 0.

    The value range from 0 to 200.

    (Inherited from GrapeCity.Documents.Word.ShadowBase)
    Public Property  
    Public PropertyGets or sets a value indicating whether the shadow rotates along with the object when the object is rotated.

    Default value is true.

    Note that this property cannot be applied for text.

     
    Public PropertyGets or sets the horizontal scaling factor of the shadow. Negative scaling causes a flip.

    The default is 0 for text and 100 for drawing.

     
    Public PropertyGets or sets the vertical scaling factor of the shadow. Negative scaling causes a flip.

    The default is 0 for text and 100 for drawing.

     
    Public PropertyGets or sets the horizontal skew angle of the shadow.

    The default is 0.

    The value range from -89.9 to 89.9.

     
    Public PropertyGets or sets the vertical skew angle of the shadow.

    The default is 0.

    The value range from -89.9 to 89.9.

     
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Public MethodOverridden.   
    Public MethodOverridden. Serves as the default hash function.  
    Public Method Resets the shadow to inherited defaults. (Inherited from GrapeCity.Documents.Word.ShadowBase)
    Top
    See Also