Spread Windows Forms 12.0 Product Documentation
ContentAlignment Property (Style)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Style Class : ContentAlignment Property
Gets or sets the content alignment of the text .
Syntax
'Declaration
 
Public Property ContentAlignment As ContentAlignment
'Usage
 
Dim instance As Style
Dim value As ContentAlignment
 
instance.ContentAlignment = value
 
value = instance.ContentAlignment
public ContentAlignment ContentAlignment {get; set;}

Property Value

One of the ContentAlignment values.
See Also

Reference

Style Class
Style Members