Nevron.UI.WinForm.Controls Namespace / NRadioButton Class / ContentAlign Property


ContentAlign Property (NRadioButton)
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
<System.ComponentModel.DescriptionAttribute("Gets/Sets the aligment of the text in its bounds. Applies if SyncContentAndTextAlign is false.")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ContentAlign As System.Drawing.StringAlignment
 
'Usage
 
Dim instance As NRadioButton
Dim value As System.Drawing.StringAlignment
 
instance.ContentAlign = value
 
value = instance.ContentAlign
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also