Nevron .NET Vision
Nevron.Editors Namespace / NDataGridInteractivityStyleColumnStyle Class / Alignment Property


In This Topic
    Alignment Property (NDataGridInteractivityStyleColumnStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatDisplay")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property Alignment As System.Windows.Forms.HorizontalAlignment
    'Usage
     
    
    Dim instance As NDataGridInteractivityStyleColumnStyle
    Dim value As System.Windows.Forms.HorizontalAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    [SRCategory("CatDisplay")]
    [System.ComponentModel.Localizable(true)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual System.Windows.Forms.HorizontalAlignment Alignment {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