'Declaration
<System.ComponentModel.CategoryAttribute("Bounds")> <System.ComponentModel.DescriptionAttribute("Gets/sets the document bounds location (in scene coordinates)")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NPointFTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Location As NPointF
'Usage
Dim instance As NDrawingDocument Dim value As NPointF instance.Location = value value = instance.Location
[System.ComponentModel.Category("Bounds")] [System.ComponentModel.Description("Gets/sets the document bounds location (in scene coordinates)")] [System.ComponentModel.Editor(Nevron.Editors.NPointFTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.Xml.Serialization.XmlIgnore()] public NPointF Location {get; set;}