Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / TextureVerticalScale Property


In This Topic
    TextureVerticalScale Property
    In This Topic
    Gets or sets the value for vertically scaling the text for the IFillFormat object.
    Syntax
    'Declaration
     
    
    Property TextureVerticalScale As Double
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As Double
     
    instance.TextureVerticalScale = value
     
    value = instance.TextureVerticalScale
    double TextureVerticalScale {get; set;}

    Property Value

    The texture vertical scale.
    See Also