Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / RelativeOriginalSize Property


In This Topic
    RelativeOriginalSize Property
    In This Topic
    true if you want to use the original picture size as relative false if you want to use the current picture size as relative
    Syntax
    'Declaration
     
    
    Property RelativeOriginalSize As Boolean
    'Usage
     
    
    Dim instance As IGraphic
    Dim value As Boolean
     
    instance.RelativeOriginalSize = value
     
    value = instance.RelativeOriginalSize
    bool RelativeOriginalSize {get; set;}
    See Also