'Declaration
<System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("Gets/sets the template origin")> Public Property Origin As NPointF
'Usage
Dim instance As NTemplate Dim value As NPointF instance.Origin = value value = instance.Origin
[System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("Gets/sets the template origin")] public NPointF Origin {get; set;}