'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 NCheckBox Dim value As System.Drawing.StringAlignment instance.ContentAlign = value value = instance.ContentAlign
[System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.Description("Gets/Sets the aligment of the text in its bounds. Applies if SyncContentAndTextAlign is false.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public System.Drawing.StringAlignment ContentAlign {get; set;}