'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/set the free vertex placement mode. By default set to Random")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Mode As FreeVertexPlacementMode
'Usage
Dim instance As NFreeVertexPlacement Dim value As FreeVertexPlacementMode instance.Mode = value value = instance.Mode
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/set the free vertex placement mode. By default set to Random")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public FreeVertexPlacementMode Mode {get; set;}