Class TickControlVisualStyle
Represents the class to define the style of control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TickControlVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
TickControlVisualStyle()
Initializes a new instance of the TickControlVisualStyle class.
Declaration
public TickControlVisualStyle()
TickControlVisualStyle(TickControlStyleInfoIdentity)
Initializes a new instance of the TickControlVisualStyle class.
Declaration
public TickControlVisualStyle(TickControlStyleInfoIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
TickControlStyleInfoIdentity | identity | A TickControlStyleInfoIdentity that holds the identity for this TickControlStyleInfoStore. |
TickControlVisualStyle(TickControlStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the TickControlVisualStyle class.
Declaration
public TickControlVisualStyle(TickControlStyleInfoIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
TickControlStyleInfoIdentity | identity | A TickControlStyleInfoIdentity that holds the identity for this TickControlStyleInfoStore. |
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 control in default state.
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
CheckBoxTickThickness
Gets or sets the thickness value used to draw the tick of the control's Tickbox.
Declaration
[ThemeStudio]
public int CheckBoxTickThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
Remarks
This is applicable only for CheckBoxAdv. Maximum value is 3.
DefaultStyle
Gets the default TickControlVisualStyle value.
Declaration
public static TickControlVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
TickControlVisualStyle |
DisabledBackColor
Gets or sets the background color of control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the background of the control. |
DisabledBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledForeColor
Gets or sets the fore color value of the items of control in disabled state.
Declaration
[ThemeStudio]
public Color DisabledForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledIntermediateTickColor
Gets or sets the System.Drawing.Color value used to draw the intermediate tickcolor of the control's Tick in disabled state.
Declaration
[ThemeStudio]
public Color DisabledIntermediateTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Remarks
This is applicable only for CheckBoxAdv
DisabledTickBoxBackColor
Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in disabled state.
Declaration
[ThemeStudio]
public Color DisabledTickBoxBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledTickBoxBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in disabled state.
Declaration
[ThemeStudio]
public Color DisabledTickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DisabledTickColor
Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in disabled state.
Declaration
[ThemeStudio]
public Color DisabledTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
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 |
HoverBackColor
Gets or sets the background color of the control in mouse hover state.
Declaration
[ThemeStudio]
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control in Hover state.
Declaration
[ThemeStudio]
public Color HoverBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverForeColor
Gets or sets the fore color value of the items of control in hover state.
Declaration
[ThemeStudio]
public Color HoverForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverIntermediateTickColor
Gets or sets the System.Drawing.Color value used to draw the intermediate tickcolor of the control's Tick in hover state.
Declaration
[ThemeStudio]
public Color HoverIntermediateTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Remarks
This is applicable only for CheckBoxAdv
HoverTickBoxBackColor
Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in hover state.
Declaration
[ThemeStudio]
public Color HoverTickBoxBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverTickBoxBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in hover state.
Declaration
[ThemeStudio]
public Color HoverTickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverTickColor
Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in hover state.
Declaration
[ThemeStudio]
public Color HoverTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
IntermediateTickColor
Gets or sets the System.Drawing.Color value used to draw the intermediate tickcolor of the control's Tick in default state.
Declaration
[ThemeStudio]
public Color IntermediateTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Remarks
This is applicable only for CheckBoxAdv
PressedForeColor
Gets or sets the fore color value of items of the control in pressed state
Declaration
[ThemeStudio]
public Color PressedForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedTickBoxBackColor
Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in pressed state.
Declaration
[ThemeStudio]
public Color PressedTickBoxBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedTickBoxBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in pressed state.
Declaration
[ThemeStudio]
public Color PressedTickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PressedTickColor
Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in pressed state.
Declaration
[ThemeStudio]
public Color PressedTickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectionTickBoxBackColor
Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in selection state.
Declaration
[ThemeStudio]
public Color SelectionTickBoxBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
SelectionTickBoxBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in selection state.
Declaration
[ThemeStudio]
public Color SelectionTickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TickBoxBackColor
Gets or sets the System.Drawing.Color value used to draw the backcolor of the control's Tickbox in default state.
Declaration
[ThemeStudio]
public Color TickBoxBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TickBoxBorderColor
Gets or sets the System.Drawing.Color value used to draw the border of the control's Tickbox in default state.
Declaration
[ThemeStudio]
public Color TickBoxBorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
TickColor
Gets or sets the System.Drawing.Color value used to draw the tickcolor of the control's Tick in default state.
Declaration
[ThemeStudio]
public Color TickColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the TickControlVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |