Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (DisplayFormat)
    In This Topic
    Returns a value that represents the horizontal alignment of the associated DisplayFormat object as it is displayed in the current user interface.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HorizontalAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As DisplayFormat
    Dim value As HorizontalAlignment
     
    value = instance.HorizontalAlignment
    public HorizontalAlignment HorizontalAlignment {get;}

    Property Value

    The horizontal alignment of the associated DisplayFormat object.
    See Also