ChangeStyleBehavior.Create(Type, Nullable<Single>) Method
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static ChangeStyleBehavior Create(
Type rewriteStyleBehaviorSourceType,
float? temperature
)
Parameters
Name | Type |
---|---|
rewriteStyleBehaviorSourceType | Type |
temperature | Nullable<Single> |
Returns
Type |
---|
ChangeStyleBehavior |
See Also