ResponsiveProfile

Wisej.Base.ResponsiveProfile

Namespace: Wisej.Base

Assembly: Wisej.Framework (3.5.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, ICloneable

Properties

String: Name of the matching responsive profile.

Methods

Returns a cloned ResponsiveProfile sharing the same Values.

Returns: ResponsiveProfile. Clone ResponsiveProfile.

Last updated