Class WindowCreationOptions
Represents option for new window creation.
public class WindowCreationOptions
- Inheritance
-
WindowCreationOptions
- Inherited Members
Properties
ShowCloseButton
Gets or sets value indicating whether the close button should be shown.
public bool ShowCloseButton { get; set; }
Property Value
ShowMaximizeButton
Gets or sets value indicating whether the maximize button should be shown.
public bool ShowMaximizeButton { get; set; }
Property Value
ShowMinimizeButton
Gets or sets value indicating whether the minimize button should be shown.
public bool ShowMinimizeButton { get; set; }