WindowCreateParams Class

Definition

Line 63 of System.Windows/Window.cm

Constructors & Destructor

public nothrow WindowCreateParams(ControlCreateParams& controlCreateParams_)

Member Functions

public nothrow WindowCreateParams& Defaults()
public nothrow WindowCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)
public nothrow WindowCreateParams& SetFontSize(float fontSize_)
public nothrow WindowCreateParams& SetFontStyle(FontStyle fontStyle_)
public nothrow WindowCreateParams& SetWindowState(WindowState state_)

Member Variables

public ControlCreateParams& controlCreateParams
public String<char> fontFamilyName
public float fontSize
public FontStyle fontStyle
public WindowState state

Constructor& Destructor Details

WindowCreateParams Constructor

public nothrow WindowCreateParams(ControlCreateParams& controlCreateParams_)

Definition
Line 65 of System.Windows/Window.cm


Member Function Details

Defaults Member Function

public nothrow WindowCreateParams& Defaults()

Definition
Line 73 of System.Windows/Window.cm


SetFontFamilyName Member Function

public nothrow WindowCreateParams& SetFontFamilyName(const String<char>& fontFamilyName_)

Definition
Line 77 of System.Windows/Window.cm


SetFontSize Member Function

public nothrow WindowCreateParams& SetFontSize(float fontSize_)

Definition
Line 82 of System.Windows/Window.cm


SetFontStyle Member Function

public nothrow WindowCreateParams& SetFontStyle(FontStyle fontStyle_)

Definition
Line 87 of System.Windows/Window.cm


SetWindowState Member Function

public nothrow WindowCreateParams& SetWindowState(WindowState state_)

Definition
Line 92 of System.Windows/Window.cm