Class ToolTipAdvVisualStyle
Represents the class to define the style of control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ToolTipAdvVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ToolTipAdvVisualStyle()
Initializes a new instance of the ToolTipAdvVisualStyle class.
Declaration
public ToolTipAdvVisualStyle()
ToolTipAdvVisualStyle(ToolTipAdvStyleInfoIdentity)
Initializes a new instance of the ToolTipAdvVisualStyle class.
Declaration
public ToolTipAdvVisualStyle(ToolTipAdvStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
ToolTipAdvStyleInfoIdentity | identity | A ToolTipAdvStyleInfoIdentity that holds the identity for this ToolTipAdvStyleInfoStore. |
ToolTipAdvVisualStyle(ToolTipAdvStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the ToolTipAdvVisualStyle class.
Declaration
public ToolTipAdvVisualStyle(ToolTipAdvStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
ToolTipAdvStyleInfoIdentity | identity | A ToolTipAdvStyleInfoIdentity that holds the identity for this ToolTipAdvStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background color of the control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the ToolTipAdv control.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default ToolTipAdvVisualStyle value.
Declaration
public static ToolTipAdvVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
ToolTipAdvVisualStyle |
Font
Gets or sets the System.Drawing.Font value for the control.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the fore color value of the control.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the ToolTipAdvVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |