Wisej.Base.ResponsiveProfile
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.2.0.0)
Provides properties that specify how the control should adapt itself to a specific responsive profile break. When serialized into the containers .resx it serializes the collection of property names and values associated with this responsive profile.
public class ResponsiveProfile : ICustomTypeDescriptor, ISerializable, ICloneablePublic Class ResponsiveProfile
Inherits ICustomTypeDescriptor
Implements ISerializable, ICloneable: Name of the matching responsive profile.
Returns a cloned sharing the same .
Returns: . Clone .
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.
public class ResponsivePropertyAttribute : AttributePublic Class ResponsivePropertyAttribute
Inherits AttributeIdentifies 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.
: 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 marked responsive.
Returns: . True if the property is a responsive property.
Wisej.Base.ResponsiveProfileCollection
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.2.0.0)
Collection of responsive profiles.
public class ResponsiveProfileCollection : SynchronizedList<>Public Class ResponsiveProfileCollection
Inherits SynchronizedList(Of )ResponsiveProfile: Returns the current profile.
ResponsiveProfile: Returns the default profile.
ResponsiveProfile: Returns the ResponsiveProfile identified by the specified name .
Adds a new ResponsiveProfile to the collection.
profile
to add to the collection.
Adds a list of ResponsiveProfile objects in the collection..
profiles
List of objects to add to the collection.
Verifies if the ResponsiveProfile identified by the specified name is present in the collection.
name
Name of the to locate in the collection.
Returns: Boolean. True if the collection contains a ResponsiveProfile with the specified name .
Checks if the ResponsiveProfile instance is already present in the collection.
profile
to find in the collection.
Returns: Boolean.
Creates ore retrieves a ResponsiveProfile using the specified name .
name
Name of the to retrieve or to create.
Returns: ResponsiveProfile. Either an existing ResponsiveProfile with the specified name or a newly created ResponsiveProfile with the specified name .
Inserts a ResponsiveProfile instance into the collection at the specified index .
index
Position in the collection.
profile
to insert in the collection.
Inserts a collection of ResponsiveProfile instances into the collection starting at the specified index .
index
Position where to insert the profiles of objects.
profiles
Collection of objects to insert in the collection.
Removes the ResponsiveProfile with the specified name.
name
Name of the to remove from the collection.
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.
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.