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

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

    The default is 0 for text and 100 for drawing.

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