'Declaration
<System.ComponentModel.BrowsableAttribute(True)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)> <System.ComponentModel.DescriptionAttribute("Gets/Sets whether the TextAlign property will apply its value to the alignment of the text itself. Default value is true.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property SyncContentAndTextAling As System.Boolean
'Usage
Dim instance As NCheckBox Dim value As System.Boolean instance.SyncContentAndTextAling = value value = instance.SyncContentAndTextAling
[System.ComponentModel.Browsable(true)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)] [System.ComponentModel.Description("Gets/Sets whether the TextAlign property will apply its value to the alignment of the text itself. Default value is true.")] [System.ComponentModel.DefaultValue(true)] public System.bool SyncContentAndTextAling {get; set;}