Skip to main content
Tab

ResourceStyleSheet Members

Represents a style sheet resource to be registered within a page.

Constructors

Name Description
ResourceStyleSheet() Initializes a new instance of the ResourceStyleSheet class with default settings.

Properties

Name Description
AccessibilityCompliant Gets or sets a value that specifies whether accessibility support is enabled.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
IconType Specifies a type of icons to be applied.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
MenuIconSet Specifies a set of icons to be used in the toolbar UI.
SkinID Gets or sets a string containing the identifier of the skin to be applied.
Suite Gets or sets the name of a suite to which the current resource item belongs. Inherited from ResourceItem.
Theme Gets or sets the name of the theme to be applied.

Methods

Name Description
Assign(CollectionItem) Copies the settings of the specified collection item to the current one. Inherited from CollectionItem.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
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.
ToString() Returns the string that represents the current object. Inherited from CollectionItem.
See Also