Window.WindowType

Window.WindowType property

An enumerated value that may be one of the following: Drawing, Sheet, Stencil, or Icon.A Window element of WindowType=‘Stencil’ must appear after its parent drawing window (WindowType=‘Drawing’) and before any other drawing window elements.

public WindowTypeValue WindowType { get; set; }

See Also