Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / VAlign Property


In This Topic
    VAlign Property
    In This Topic
    Gets or sets the vertical alignment of the image.
    Syntax
    'Declaration
     
    
    Public Property VAlign As VerticalAlignment
    'Usage
     
    
    Dim instance As WebImage
    Dim value As VerticalAlignment
     
    instance.VAlign = value
     
    value = instance.VAlign
    public VerticalAlignment VAlign {get; set;}
    See Also