Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCheckBox Class / SyncContentAndTextAling Property


In This Topic
    SyncContentAndTextAling Property (NCheckBox)
    In This Topic
    Gets/Sets whether the TextAlign property will apply its value to the alignment of the text itself. Default value is true.
    Syntax
    '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;}
    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