Table of Contents

Class HelpTextIconComponent

Namespace: Casewhere.Models.FormBuilder.Components
Assembly: Casewhere.Models.dll

Represents a help text icon component in a form.

public class HelpTextIconComponent : FormComponent

Inheritance

objectFormComponentHelpTextIconComponent

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<HelpTextIconComponent>(HelpTextIconComponent)

Constructors

HelpTextIconComponent(string, HelpTextPosition, string, string)

Initializes a new instance of the Casewhere.Models.FormBuilder.Components.HelpTextIconComponent class.

public HelpTextIconComponent(string helpText, HelpTextPosition helpTextPosition, string helpTextIcon, string cssClass)

Parameters

helpText string

The help text to be displayed.

helpTextPosition HelpTextPosition

The position of the help text.

helpTextIcon string

The icon to be displayed with the help text.

cssClass string

The CSS class to be applied to the component.

Properties

CssClass

Gets or sets the CSS class of the component.

public string CssClass { get; set; }

Property Value

string

Position

Gets or sets the position of the component.

public ComponentPosition Position { get; set; }

Property Value

ComponentPosition

Width

Gets or sets the width of the component.

public int Width { get; set; }

Property Value

int