AlignText Property (FpCombo)
In This Topic
Gets or sets the alignment of the text with respect to the alignment of the picture.
Syntax
'Declaration
Public Overridable Property AlignText As TextAlign
'Usage
Dim instance As FpCombo
Dim value As TextAlign
instance.AlignText = value
value = instance.AlignText
public virtual TextAlign AlignText {get; set;}
See Also