In This Article

GroupVariant Class

Represents a variant for a Group control.

public class GroupVariant
Inheritance:
object object

Constructors

GroupVariant()

Initializes an instance of the GroupVariant class.

public GroupVariant()

GroupVariant(int, VariantSize)

Initializes an instance of the GroupVariant class.

public GroupVariant(int priority, VariantSize size)
Parameter Type Description
priority int

The priority in which this variant takes effect in relation to other variants for this group and for other groups in the same tab.

size VariantSize

A VariantSize indicating the target size of the group when this variant is active.

Properties

Priority

Gets or sets the priority in which this variant takes effect in relation to other variants for this group and for other groups in the same tab.

public int Priority { get; set; }

Property Value

int:

The priority in which this variant takes effect in relation to other variants for this group and for other groups in the same tab.

Remarks

A lower priority means that this variant will be applied sooner (large controls) and a larger priority means that this variant will be applied later (small controls).

Size

Gets or sets a VariantSize indicating the target variant size of the group when this variant is active.

public VariantSize Size { get; set; }

Property Value

VariantSize:

A VariantSize indicating the target variant size of the group when this variant is active.

Inherited Members