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


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