GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / ContentAlignment Property


In This Topic
ContentAlignment Property (DropDownCalculator)
In This Topic
Gets or sets a System.Drawing.ContentAlignment value which indicates the alignment of the text.
Syntax
'Declaration
 
Public Property ContentAlignment As ContentAlignment
 
'Usage
 
Dim instance As DropDownCalculator
Dim value As ContentAlignment
 
instance.ContentAlignment = value
 
value = instance.ContentAlignment

Property Value

A System.Drawing.ContentAlignment value.
The default is System.Drawing.ContentAlignment.MiddleRight.
Remarks
This property determines the text alignment of each button.
See Also