StyleSheet

Wisej.Web.StyleSheet

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.2.0.0)

Adds CSS styling to controls.

public class StyleSheet : Component, IWisejExtenderProvider, IExtenderProvider

Constructors

Initializes a new instance of the StyleSheet without a specified container.

Initializes a new instance of the StyleSheet class with a specified container.

NameTypeDescription

container

Properties

String: Returns or sets the CSS definitions managed by the extender. (Default: "")

String: Returns or set the source of the CSS file containing the CSS definitions managed by the extender. (Default: "")

Object: Returns or sets the object that contains programmer-supplied data associated with the StyleSheet extender. (Default: null)

Methods

Returns true if the StyleSheet extender can offer an extender property to the specified target component.

ParameterTypeDescription

target

The target object to add an extender property to.

Returns: Boolean. true if the StyleSheet class can offer one or more extender properties; otherwise, false.

Removes all css classes.

Retrieves the CSS class name associated with the specified control.

ParameterTypeDescription

control

Returns: String. The CSS class name added to the specified control.

Adds the CSS class name to the specified control.

ParameterTypeDescription

control

cssClass

The CSS class name to add to the control.

Implements

NameDescription

All wisej components implement this interface.

Defines the interface for extending properties to other components in a container.

Allows an object to serialize itself.

Last updated