ResponsivePropertyAttribute
Wisej.Base.ResponsivePropertyAttribute
Last updated
Was this helpful?
Wisej.Base.ResponsivePropertyAttribute
Last updated
Was this helpful?
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.5.0.0)
Identifies a property as a responsive property. Responsive properties are managed by the ResponsiveProfile class.
Identifies the property as responsive property.
Enables or disables the responsive property behavior for the property where this attribute is declared.
enabled
True to enable the responsive behavior; false to disable it.
Enables or disables the responsive property behavior for the property where this attribute is declared.
sourceProperty
Name of the property to use to read the raw (not inherited) value, i.e. Visible = VisibleInternal.
Enables or disables the responsive property behavior for the property where this attribute is declared.
enabled
True to enable the responsive behavior; false to disable it.
sourceProperty
Name of the property to use to read the raw (not inherited) value, i.e. Visible = VisibleInternal.
property
Property to check.
Returns true if the property is marked responsive.
property
Property to check.
: Returns whether the property allows responsive values.
: Returns the name of the property to use to read the raw (not inherited) value.
Returns the attribute associated with property.
Returns: . A or null.
Returns: . True if the property is a responsive property.