[]
        
(Showing Draft Content)

C1.Win.Input.MultiSelect.Styles.BasePropStyle

BasePropStyle Class

Base style with basic properties.

Inheritance
BasePropStyle
Namespace: C1.Win.Input.MultiSelect.Styles
Assembly: C1.Win.Input.MultiSelect.4.8.dll
Syntax
public abstract class BasePropStyle : BaseC1FrameworkStyle
Public MustInherit Class BasePropStyle
    Inherits BaseC1FrameworkStyle

Properties

Name Description
BackColor

Gets or sets the Color used to paint the background.

Border

Gets or sets the thickness of the border around the element.

BorderColor

Gets or sets the Color used to draw the border around the element.

Methods

Name Description
ResetBackColor()

Restores the default value of the BackColor property.

ResetBorder()

Restores the default value of the Border property.

ResetBorderColor()

Restores the default value of the BorderColor property.

ShouldSerializeBackColor()

Specifies whether to save the value of the BackColor property.

ShouldSerializeBorder()

Specifies whether to save the value of the Border property.

ShouldSerializeBorderColor()

Specifies whether to save the value of the BorderColor property.