'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the bounds of the predefined ellipse, at the rim of which fixed vertices must be placed. Applicable only if the Mode property is set to PredefinedEllipseRim")> Public Property PredefinedEllipseBounds As NRectangleF
'Usage
Dim instance As NFixedVertexPlacement Dim value As NRectangleF instance.PredefinedEllipseBounds = value value = instance.PredefinedEllipseBounds
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the bounds of the predefined ellipse, at the rim of which fixed vertices must be placed. Applicable only if the Mode property is set to PredefinedEllipseRim")] public NRectangleF PredefinedEllipseBounds {get; set;}