C# Class Nexus.Client.ModManagement.Scripting.XmlScript.HeaderInfo

This class describes the header of the XML configured script options form.
Inheritance: ObservableObject
ファイルを表示 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
HeaderInfo ( ) : System

The default constructor.

HeaderInfo ( string p_strTitle, Color p_clrColour, TextPosition p_tpsTitlePosition, string p_strImagePath, bool p_booShowImage, bool p_booShowFade, Int32 p_intHeight ) : System

A simple constructor that initializes the object with the given values.

Method Details

HeaderInfo() public method

The default constructor.
public HeaderInfo ( ) : System
return System

HeaderInfo() public method

A simple constructor that initializes the object with the given values.
public HeaderInfo ( string p_strTitle, Color p_clrColour, TextPosition p_tpsTitlePosition, string p_strImagePath, bool p_booShowImage, bool p_booShowFade, Int32 p_intHeight ) : System
p_strTitle string The title of the form.
p_clrColour Color The colour of the title of the form.
p_tpsTitlePosition TextPosition The position of the title in the header.
p_strImagePath string The path to the image to display in the header.
p_booShowImage bool Whether or not to display the image in the header.
p_booShowFade bool Whether or not to display the fade effect in the header.
p_intHeight System.Int32 The desired height of the header.
return System