Comment on page
ResponsivePropertyAttribute
Wisej.Base.ResponsivePropertyAttribute
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.2.0.0)
Identifies a property as a responsive property. Responsive properties are managed by the ResponsiveProfile class.
C#
VB.NET
public class ResponsivePropertyAttribute : Attribute
Public Class ResponsivePropertyAttribute
Inherits Attribute
Identifies the property as responsive property.
Enables or disables the responsive property behavior for the property where this attribute is declared.
Name | Type | Description |
---|---|---|
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.
Name | Type | Description |
---|---|---|
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.
Parameter | Type | Description |
---|---|---|
property | Property to check. |
Returns true if the property is marked responsive.
Parameter | Type | Description |
---|---|---|
property | Property to check. |
Last modified 8d ago