Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (ITextFrame)
    In This Topic
    Gets or sets a HorizontalAlignment value that represents the horizontal alignment for the specified object.
    Syntax
    'Declaration
     
    
    Property HorizontalAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As ITextFrame
    Dim value As HorizontalAlignment
     
    instance.HorizontalAlignment = value
     
    value = instance.HorizontalAlignment
    HorizontalAlignment HorizontalAlignment {get; set;}
    See Also