Class SfCarouselVisualStyle
Represents the class to define the style of Carousel control.
Inheritance
System.Object
SfCarouselVisualStyle
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SfCarouselVisualStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SfCarouselVisualStyle()
Initializes a new instance of the SfCarouselVisualStyle class.
Declaration
public SfCarouselVisualStyle()
SfCarouselVisualStyle(SfCarouselStyleInfoIdentity)
Initializes a new instance of the SfCarouselVisualStyle class.
Declaration
public SfCarouselVisualStyle(SfCarouselStyleInfoIdentity identity)
Parameters
| Type | Name | Description |
|---|---|---|
| SfCarouselStyleInfoIdentity | identity | A SfCarouselStyleInfoIdentity that holds the identity for this SfCarouselStyleInfoStore. |
SfCarouselVisualStyle(SfCarouselStyleInfoIdentity, StyleInfoStore)
Initializes a new instance of the SfCarouselVisualStyle class.
Declaration
public SfCarouselVisualStyle(SfCarouselStyleInfoIdentity identity, StyleInfoStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| SfCarouselStyleInfoIdentity | identity | A SfCarouselStyleInfoIdentity that holds the identity for this SfCarouselStyleInfoStore. |
| StyleInfoStore | store | The store. |
Properties
BackColor
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
DefaultStyle
Gets the default CarouselStyleInfo value.
Declaration
public static SfCarouselVisualStyle DefaultStyle { get; }
Property Value
| Type |
|---|
| SfCarouselVisualStyle |
Font
Declaration
[ThemeStudio]
public Font Font { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Font |
ForeColor
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HoverImageBorderColor
Declaration
[ThemeStudio]
public Color HoverImageBorderColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
HoverImageBorderThickness
Declaration
[ThemeStudio]
public int HoverImageBorderThickness { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
ImageShadeColor
Declaration
[ThemeStudio]
public Color ImageShadeColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the SfCarouselVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
| Type | Description |
|---|---|
| StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable