ResponsivePropertyAttribute

Wisej.Base.ResponsivePropertyAttribute

Namespace: Wisej.Base

Assembly: Wisej.Framework (3.1.0.0)

Identifies a property as a responsive property. Responsive properties are managed by the ResponsiveProfile class.

public class ResponsivePropertyAttribute : Attribute

Constructors

Identifies the property as responsive property.

Enables or disables the responsive property behavior for the property where this attribute is declared.

Enables or disables the responsive property behavior for the property where this attribute is declared.

Enables or disables the responsive property behavior for the property where this attribute is declared.

Properties

Boolean: Returns whether the property allows responsive values.

String: Returns the name of the property to use to read the raw (not inherited) value.

Methods

Returns the ResponsivePropertyAttribute attribute associated with property.

Returns: ResponsivePropertyAttribute. A ResponsivePropertyAttribute or null.

Returns true if the property is marked responsive.

Returns: Boolean. True if the property is a responsive property.

Last updated