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