Class AssistViewStyle
Represents the different styles maintained for the SfAIAssistView.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.AIAssistView.Styles
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class AssistViewStyle : ScrollerVisualStyle, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
AssistViewStyle()
Initializes a new instance of the AssistViewStyle class.
Declaration
public AssistViewStyle()
AssistViewStyle(AssistViewStyleInfoIdentity)
Initializes a new instance of the AssistViewStyle class.
Declaration
public AssistViewStyle(AssistViewStyleInfoIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| AssistViewStyleInfoIdentity | identity | A AssistViewStyleInfoIdentity value. |
Properties
BackColor
Gets or sets the background color of AIAssistView.
Declaration
public Color BackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
BannerViewStyle
Gets or sets the style applied to BannerViewStyle in SfAIAssistView.
Declaration
public BannerViewStyle BannerViewStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| BannerViewStyle | The style that is applied to BannerViewStyle in SfAIAssistView. The default value is null. |
BorderColor
Gets a value indicating whether the BorderColor property has been changed or not.
Declaration
public Color BorderColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
DefaultStyle
Gets the default style of the form.
Declaration
public static AssistViewStyle DefaultStyle { get; }
Property Value
| Type |
|---|
| AssistViewStyle |
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
SuggestionButtonStyle
Gets or sets the style for the Suggestion Buttons.
Declaration
public ButtonVisualStyle SuggestionButtonStyle { get; set; }
Property Value
| Type |
|---|
| ButtonVisualStyle |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
| Type | Description |
|---|---|
| StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Gets default style for the control.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | The default style. |