Class CalculatorToolTipStyleInfo
Represents the class to define the style for stacked mode of GroupBar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CalculatorToolTipStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
CalculatorToolTipStyleInfo()
Initializes a new instance of the CalculatorToolTipStyleInfo class.
Declaration
public CalculatorToolTipStyleInfo()
CalculatorToolTipStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the CalculatorToolTipStyleInfo class.
Declaration
public CalculatorToolTipStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A CalculatorToolTipStyleInfoIdentity that holds the identity for this CalculatorToolTipStyleInfoStore. |
CalculatorToolTipStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the CalculatorToolTipStyleInfo class.
Declaration
public CalculatorToolTipStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A CalculatorToolTipStyleInfoIdentity that holds the identity for this CalculatorToolTipStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the background System.Drawing.Color of the tooltip present in CalculatorControl.
Declaration
[ThemeStudio(true)]
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border System.Drawing.Color of the tooltip present in CalculatorControl.
Declaration
[ThemeStudio(true)]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderThickness
Declaration
[ThemeStudio(true)]
public int BorderThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
DefaultStyle
Gets the default style value for the stacked mode of GroupBar> control.
Declaration
public static CalculatorToolTipStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
CalculatorToolTipStyleInfo |
DropShadow
Declaration
[ThemeStudio(true)]
public bool DropShadow { get; set; }
Property Value
Type |
---|
System.Boolean |
Font
Gets or sets the System.Drawing.Font value of the tooltip present in CalculatorControl.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets or sets the foreground System.Drawing.Color of the tooltip present in CalculatorControl.
Declaration
[ThemeStudio(true)]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the CalculatorToolTipStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |