Spread Windows Forms 12.0 Product Documentation
ContentAlignment Property (DropDownCalculatorInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalculatorInfo Class : ContentAlignment Property
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 DropDownCalculatorInfo
Dim value As ContentAlignment
 
instance.ContentAlignment = value
 
value = instance.ContentAlignment
public ContentAlignment ContentAlignment {get; set;}

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

Reference

DropDownCalculatorInfo Class
DropDownCalculatorInfo Members