alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BannerStyle

    Represents the style settings for the avatar banner template, including colors and font for titles and subtitles.

    Inheritance
    System.Object
    BannerStyle
    Namespace: Syncfusion.WinForms.AIAssistView
    Assembly: Syncfusion.SfAIAssistView.WinForms.dll
    Syntax
    public class BannerStyle : Object

    Constructors

    BannerStyle()

    Declaration
    public BannerStyle()

    Properties

    ImageSize

    Gets or sets the Size for the avatar Image

    Declaration
    public AvatarSize ImageSize { get; set; }
    Property Value
    Type
    AvatarSize

    SubTitleColor

    Gets ot sets the color of the Subtitle text.

    Declaration
    public Color SubTitleColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    SubTitleFont

    Gets ot sets the font of the Subtitle text.

    Declaration
    public Font SubTitleFont { get; set; }
    Property Value
    Type
    System.Drawing.Font

    TitleColor

    Gets ot sets the color of the Title text.

    Declaration
    public Color TitleColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    TitleFont

    Gets ot sets the font of the Title text.

    Declaration
    public Font TitleFont { get; set; }
    Property Value
    Type
    System.Drawing.Font
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved