Skip to main content
A newer version of this page is available. .
Tab

ImageSliderStylesBase Members

Serves as a base for classes that define the appearance styles of image slider elements.

Constructors

Name Description
ImageSliderStylesBase(ISkinOwner) Initializes a new instance of the ImageSliderStylesBase class with the specified owner.

Fields

Name Description
DotDisabledStyleName For internal use only. Returns “nbDotItemDisabled”.
DotHoverStyleName For internal use only. Returns “nbDotItemHover”.
DotPressedStyleName For internal use only. Returns “nbDotItemPressed”.
DotSelectedStyleName For internal use only. Returns “nbDotItemSelected”.
DotStyleName For internal use only. Returns “nbDotItem”.
ImageAreaStyleName For internal use only. Returns “imageArea”.
ItemStyleName For internal use only. Returns “item”.
ItemTextAreaStyleName For internal use only. Returns “itemTextArea”.
NavigationBarDotsModeBottomStyleName For internal use only. Returns “nbDotsBottom”.
NavigationBarDotsModeLeftStyleName For internal use only. Returns “nbDotsLeft”.
NavigationBarDotsModeRightStyleName For internal use only. Returns “nbDotsRight”.
NavigationBarDotsModeTopStyleName For internal use only. Returns “nbDotsTop”.
NavigationBarThumbnailsModeBottomStyleName For internal use only. Returns “nbBottom”.
NavigationBarThumbnailsModeLeftStyleName For internal use only. Returns “nbLeft”.
NavigationBarThumbnailsModeRightStyleName For internal use only. Returns “nbRight”.
NavigationBarThumbnailsModeTopStyleName For internal use only. Returns “nbTop”.
NextButtonHorizontalDisabledStyleName For internal use only. Returns “nextBtnHorDisabled”.
NextButtonHorizontalHoverStyleName For internal use only. Returns “nextBtnHorHover”.
NextButtonHorizontalPressedStyleName For internal use only. Returns “nextBtnHorPressed”.
NextButtonHorizontalStyleName For internal use only. Returns “nextBtnHor”.
NextButtonVerticalDisabledStyleName For internal use only. Returns “nextBtnVertDisabled”.
NextButtonVerticalHoverStyleName For internal use only. Returns “nextBtnVertHover”.
NextButtonVerticalPressedStyleName For internal use only. Returns “nextBtnVertPressed”.
NextButtonVerticalStyleName For internal use only. Returns “nextBtnVert”.
NextPageButtonHorizontalDisabledStyleName For internal use only. Returns “nextPageBtnHorDisabled”.
NextPageButtonHorizontalHoverStyleName For internal use only. Returns “nextPageBtnHorHover”.
NextPageButtonHorizontalOutsideDisabledStyleName For internal use only. Returns “nextPageBtnHorOutsideDisabled”.
NextPageButtonHorizontalOutsideHoverStyleName For internal use only. Returns “nextPageBtnHorOutsideHover”.
NextPageButtonHorizontalOutsidePressedStyleName For internal use only. Returns “nextPageBtnHorOutsidePressed”.
NextPageButtonHorizontalOutsideStyleName For internal use only. Returns “nextPageBtnHorOutside”.
NextPageButtonHorizontalPressedStyleName For internal use only. Returns “nextPageBtnHorPressed”.
NextPageButtonHorizontalStyleName For internal use only. Returns “nextPageBtnHor”.
NextPageButtonVerticalDisabledStyleName For internal use only. Returns “nextPageBtnVertDisabled”.
NextPageButtonVerticalHoverStyleName For internal use only. Returns “nextPageBtnVertHover”.
NextPageButtonVerticalOutsideDisabledStyleName For internal use only. Returns “nextPageBtnVertOutsideDisabled”.
NextPageButtonVerticalOutsideHoverStyleName For internal use only. Returns “nextPageBtnVertOutsideHover”.
NextPageButtonVerticalOutsidePressedStyleName For internal use only. Returns “nextPageBtnVertOutsidePressed”.
NextPageButtonVerticalOutsideStyleName For internal use only. Returns “nextPageBtnVertOutside”.
NextPageButtonVerticalPressedStyleName For internal use only. Returns “nextPageBtnVertPressed”.
NextPageButtonVerticalStyleName For internal use only. Returns “nextPageBtnVert”.
PassePartoutStyleName For internal use only. Returns “passePartout”.
PlayPauseButtonStyleName For internal use only. Returns “playPauseBtn”.
PrevButtonHorizontalDisabledStyleName For internal use only. Returns “prevBtnHorDisabled”.
PrevButtonHorizontalHoverStyleName For internal use only. Returns “prevBtnHorHover”.
PrevButtonHorizontalPressedStyleName For internal use only. Returns “prevBtnHorPressed”.
PrevButtonHorizontalStyleName For internal use only. Returns “prevBtnHor”.
PrevButtonVerticalDisabledStyleName For internal use only. Returns “prevBtnVertDisabled”.
PrevButtonVerticalHoverStyleName For internal use only. Returns “prevBtnVertHover”.
PrevButtonVerticalPressedStyleName For internal use only. Returns “prevBtnVertPressed”.
PrevButtonVerticalStyleName For internal use only. Returns “prevBtnVert”.
PrevPageButtonHorizontalDisabledStyleName For internal use only. Returns “prevPageBtnHorDisabled”.
PrevPageButtonHorizontalHoverStyleName For internal use only. Returns “prevPageBtnHorHover”.
PrevPageButtonHorizontalOutsideDisabledStyleName For internal use only. Returns “prevPageBtnHorOutsideDisabled”.
PrevPageButtonHorizontalOutsideHoverStyleName For internal use only. Returns “prevPageBtnHorOutsideHover”.
PrevPageButtonHorizontalOutsidePressedStyleName For internal use only. Returns “prevPageBtnHorOutsidePressed”.
PrevPageButtonHorizontalOutsideStyleName For internal use only. Returns “prevPageBtnHorOutside”.
PrevPageButtonHorizontalPressedStyleName For internal use only. Returns “prevPageBtnHorPressed”.
PrevPageButtonHorizontalStyleName For internal use only. Returns “prevPageBtnHor”.
PrevPageButtonVerticalDisabledStyleName For internal use only. Returns “prevPageBtnVertDisabled”.
PrevPageButtonVerticalHoverStyleName For internal use only. Returns “prevPageBtnVertHover”.
PrevPageButtonVerticalOutsideDisabledStyleName For internal use only. Returns “prevPageBtnVertOutsideDisabled”.
PrevPageButtonVerticalOutsideHoverStyleName For internal use only. Returns “prevPageBtnVertOutsideHover”.
PrevPageButtonVerticalOutsidePressedStyleName For internal use only. Returns “prevPageBtnVertOutsidePressed”.
PrevPageButtonVerticalOutsideStyleName For internal use only. Returns “prevPageBtnVertOutside”.
PrevPageButtonVerticalPressedStyleName For internal use only. Returns “prevPageBtnVertPressed”.
PrevPageButtonVerticalStyleName For internal use only. Returns “prevPageBtnVert”.
RightToLeftClassName For internal use only. Returns “dxisRtl”.
ThumbnailSelectedStyleName For internal use only. Returns “nbSelectedItem”.
ThumbnailStyleName For internal use only. Returns “nbItem”.

Properties

Name Description
CssFilePath Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase.
CssPostfix Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase.
Disabled Gets the style settings that define the appearance of the control in the disabled state.
EnableDefaultAppearance Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase.
Theme Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from StylesBase.
CopyFrom(StylesBase) Duplicates the properties of the specified object into the current instance of the StylesBase class. Inherited from StylesBase.
CreateCssClassName(String, String, String) static For internal use only. Inherited from StylesBase.
CreateStyleByName(String, String) Creates and returns a style object with the specified name. For internal use only. Inherited from StylesBase.
CreateStyleByName(String) For internal use only. Inherited from StylesBase.
CreateStyleCopyByName<T>(String) Creates and returns a copy of a style object with the specified name. Inherited from StylesBase.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetBulletIndent() For internal use only. Inherited from StylesBase.
GetCssFilePath() For internal use only. Inherited from StylesBase.
GetCssPostFix() For internal use only. Inherited from StylesBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetImageSpacing() For internal use only. Inherited from StylesBase.
GetLoadingPanelImageSpacing() For internal use only. Inherited from StylesBase.
GetType() Gets the Type of the current instance. Inherited from Object.
IsDefaultAppearanceEnabled() Specifies whether the control’s default appearance is enabled. For internal use only, Inherited from StylesBase.
IsNative() Returns a value indicating whether the control is rendered as a native HTML control. Inherited from StylesBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Returns the StylesBase object to its original state. Inherited from StylesBase.
ToString() Returns the string that represents the current object. Inherited from StylesBase.
See Also