Skip to main content
All docs
V25.1
  • ChangeToneBehavior.Create(Type, Nullable<Single>) Method

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public static ChangeToneBehavior Create(
        Type changeToneStyleBehaviorSourceType,
        float? temperature
    )

    Parameters

    Name Type
    changeToneStyleBehaviorSourceType Type
    temperature Nullable<Single>

    Returns

    Type
    ChangeToneBehavior
    See Also