Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IReflectionFormat Interface / Size Property


In This Topic
    Size Property (IReflectionFormat)
    In This Topic
    Gets or sets the size, measured in percentages, of the shape's reflection image.
    Syntax
    'Declaration
     
    
    Property Size As Double
    'Usage
     
    
    Dim instance As IReflectionFormat
    Dim value As Double
     
    instance.Size = value
     
    value = instance.Size
    double Size {get; set;}

    Property Value

    The size in percentage.
    See Also