Style Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Creates a style in a context of control and parent. If an attribute is not defined in this instance it is tried to be fetched from parent. If parent is not available then control context is used if it is not null for some properties like Font and BGColor. Both context and parent may be null

Namespace: NFX.WinForms.Controls
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Style(
	Control contextCtl,
	Style parent
)
See Also