Spread Windows Forms 12.0 Product Documentation
ContentAlignment Property (DropDownEditorInfo)


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

Property Value

A DropDownEditor.ContentAlignment value that indicates the content alignment.
The default is System.Drawing.ContentAlignment.TopLeft.
See Also

Reference

DropDownEditorInfo Class
DropDownEditorInfo Members