Table of Contents

Class VisualizerDialogSettings

Namespace
Bonsai.Design
Assembly
Bonsai.Editor.dll
public class VisualizerDialogSettings
Inheritance
VisualizerDialogSettings
Derived
Inherited Members

Properties

Bounds

public Rectangle Bounds { get; set; }

Property Value

Rectangle

Location

public Point Location { get; set; }

Property Value

Point

Mashups

public Collection<int> Mashups { get; }

Property Value

Collection<int>

MashupsSpecified

public bool MashupsSpecified { get; }

Property Value

bool

Size

public Size Size { get; set; }

Property Value

Size

Tag

public object Tag { get; set; }

Property Value

object

Visible

public bool Visible { get; set; }

Property Value

bool

VisualizerSettings

public XElement VisualizerSettings { get; set; }

Property Value

XElement

VisualizerTypeName

public string VisualizerTypeName { get; set; }

Property Value

string

WindowState

public FormWindowState WindowState { get; set; }

Property Value

FormWindowState