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


In This Topic
    NMargins Structure
    In This Topic
    Represents the margins of some content relative to some rectangle
    Object Model
    NMargins Structure
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("Nevron.Diagram")>
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NMarginsTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Structure NMargins 
       Inherits System.ValueType
       Implements INMeasurements 
    'Usage
     
    
    Dim instance As NMargins
    [System.Xml.Serialization.XmlType("Nevron.Diagram")]
    [System.ComponentModel.Editor(Nevron.Diagram.Editors.NMarginsTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public struct NMargins : System.ValueType, INMeasurements  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Diagram.NMargins

    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