Skip to main content
All docs
V26.1
  • SpeechToTextBuilder.StylingMode(ButtonStylingMode) Method

    Specifies SpeechToText button styling. Mirrors the client-side stylingMode option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public SpeechToTextBuilder StylingMode(
        ButtonStylingMode value
    )

    Parameters

    Name Type Description
    value ButtonStylingMode

    The option value.

    Returns

    Type Description
    SpeechToTextBuilder

    A reference to this instance after the method is called.

    See Also