Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / Aspect Property


In This Topic
    Aspect Property
    In This Topic
    Gets or set an AspectRatio value indicating how the fill image aspect ratio will be preserved.
    Syntax
    'Declaration
     
    
    Public Property Aspect As AspectRatio
    'Usage
     
    
    Dim instance As ImageBrush
    Dim value As AspectRatio
     
    instance.Aspect = value
     
    value = instance.Aspect
    public AspectRatio Aspect {get; set;}
    See Also