'Declaration
<System.ComponentModel.CategoryAttribute("Bounds")> <System.ComponentModel.DescriptionAttribute("Gets/sets the node center (in scene coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property Center As NPointF
'Usage
Dim instance As NViewportBand Dim value As NPointF instance.Center = value value = instance.Center
[System.ComponentModel.Category("Bounds")] [System.ComponentModel.Description("Gets/sets the node center (in scene coordinates)")] [System.Xml.Serialization.XmlIgnore()] public virtual NPointF Center {get; set;}