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


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

    Property Value

    The texture horizontal scale.
    See Also