Nevron .NET Vision
Nevron.Diagram Namespace / NContentAlignment Structure
Members


In This Topic
    NContentAlignment Structure
    In This Topic
    Represents the alignment of a point relative to some rectangle
    Object Model
    NContentAlignment Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NContentAlignmentTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Structure NContentAlignment 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NContentAlignment
    [System.ComponentModel.Editor(Nevron.Diagram.Editors.NContentAlignmentTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public struct NContentAlignment : System.ValueType 
    Remarks
    The alignment is stored in percents. (0, 0) is the MiddleCenter, (-50,-50) is the TopLeft and (50, 50) is BottomRight
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Diagram.NContentAlignment

    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