Spread Windows Forms 12.0 Product Documentation
HorizontalAlignment Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : HorizontalAlignment Property
Gets or sets a horizontal aligment value that represents the horizontal alignment for the style.
Syntax
'Declaration
 
Property HorizontalAlignment As HorizontalAlignment
'Usage
 
Dim instance As IStyle
Dim value As HorizontalAlignment
 
instance.HorizontalAlignment = value
 
value = instance.HorizontalAlignment
HorizontalAlignment HorizontalAlignment {get; set;}

Property Value

A HorizontalAlignment value represents the horizontal alignment.
See Also

Reference

IStyle Interface
IStyle Members