Spread Windows Forms 12.0 Product Documentation
ContentAlignment Property (CharBoxInfo)


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

Property Value

A ContentAlignment value indicates the content alignment of the char box.
The default is System.Drawing.ContentAlignment.MiddleCenter.
Remarks
This property determines the text alignment of the CharBoxInfo
See Also

Reference

CharBoxInfo Class
CharBoxInfo Members