Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OuterShadow Class / Alignment Property

In This Topic
    Alignment Property (OuterShadow)
    In This Topic
    Gets 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.

    Syntax
    'Declaration
     
    Public Property Alignment As System.Nullable(Of RectangleAlignment)
    public System.Nullable<RectangleAlignment> Alignment {get; set;}
    See Also