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

In This Topic
    ScaleY Property (OuterShadow)
    In This Topic
    Gets or sets the vertical scaling factor of the shadow. Negative scaling causes a flip.

    The default is 0 for text and 100 for drawing.

    Syntax
    'Declaration
     
    Public Property ScaleY As System.Single
    public System.float ScaleY {get; set;}
    See Also