Nevron .NET Vision
Nevron.Diagram Namespace / NToggleDecorator Class / Alignment Property


In This Topic
    Alignment Property (NToggleDecorator)
    In This Topic
    Gets/sets the alignment of the toggle check relative to shape model bounds
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Layout")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the pin alignment relative to the model bounds")>
    Public Property Alignment As NContentAlignment
    'Usage
     
    
    Dim instance As NToggleDecorator
    Dim value As NContentAlignment
     
    instance.Alignment = value
     
    value = instance.Alignment
    [System.ComponentModel.Category("Layout")]
    [System.ComponentModel.Description("Gets/sets the pin alignment relative to the model bounds")]
    public NContentAlignment 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