Table of Contents

Enum MBShieldType

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

Determines whether a MBShield displays the label (left hand element), value (right hand element) or both.

Defaults to LabelAndValue

public enum MBShieldType

Fields

LabelAndValue = 0

Show both label (left hand element) and value (right hand element). This is the default.

LabelOnly = 1

Show both label (left hand element) only.

ValueOnly = 2

Show both value (right hand element) only.