Spread Windows Forms 12.0 Product Documentation
ContentAlignment Property (SideButtonInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonInfo Class : ContentAlignment Property
Gets or sets the alignment of the image attached to the text (Classical Appearance).
Syntax
'Declaration
 
Public Property ContentAlignment As ContentAlignment
'Usage
 
Dim instance As SideButtonInfo
Dim value As ContentAlignment
 
instance.ContentAlignment = value
 
value = instance.ContentAlignment
public ContentAlignment ContentAlignment {get; set;}

Property Value

A System.Drawing.ContentAlignment that indicates the alignment of the image attached to the text.
See Also

Reference

SideButtonInfo Class
SideButtonInfo Members