Wisej.Base.ResponsivePropertyAttribute
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.2.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.
Name | Type | Description |
---|---|---|
Enables or disables the responsive property behavior for the property where this attribute is declared.
Name | Type | Description |
---|---|---|
Enables or disables the responsive property behavior for the property where this attribute is declared.
Boolean: Returns whether the property allows responsive values.
String: Returns the name of the property to use to read the raw (not inherited) value.
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.
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
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.
property
Property to check.
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.